Y
Hacker News
new
|
ask
|
show
|
jobs
by
thrance
485 days ago
But that's just floats with extra steps? Floats have two parts in their binary representation: mantissa and exponent (and sign), which correspond exactly to your "entire number" and "precision", only in base 2 instead of 10.
1 comments
wavemode
485 days ago
the difference being that with integers you never end up with rounding errors when doing addition subtraction or multiplication (only division)
link