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

the difference being that with integers you never end up with rounding errors when doing addition subtraction or multiplication (only division)