Squeezing out More from the Bits
Since every non-zero binary f.p. number (normalised) is of the form:
We do not have to represent explicitly the 1 in the word, and can therefore interpret the bit-pattern as:
- (-1)S (1 + significand) * 2E
thus ‘reclaiming’ an extra bit!
E= 0000 0000 is reserved for zero.