Login
From:
Probably Dance
(Uncensored)
subscribe
Why Does Integer Addition Approximate Float Multiplication? | Probably Dance
https://probablydance.com/2025/02/08/why-does-integer-addition-approximate-float-multiplication/
links
backlinks
Tagged with:
math
Here is a rough approximation of float multiplication (source): float rough_float_multiply(float a, float b) { constexpr uint32_t bias = 0x3f76d000; return bit_cast(bit_cast
Roast topics
Find topics
Find it!