number-systems
IEEE 754 Floating Point: From Bits to Numbers
TL;DR: IEEE 754 represents real numbers as , with a sign bit, a biased exponent, and a mantissa whose leading 1 is implicit. The format reserves specific exponent values for...
A collection of 1 post
TL;DR: IEEE 754 represents real numbers as , with a sign bit, a biased exponent, and a mantissa whose leading 1 is implicit. The format reserves specific exponent values for...