Closed abolz closed 4 years ago
Rounding up may overflow the 52-bit significand. In this case simply move a trailing zero of the significand into the exponent.
This needs some more work...
Rounding up may overflow the 52-bit significand. In this case simply move a trailing zero of the significand into the exponent.