Special Values

Special cases of the exponent-significand combination represent four types of special values in addition to the normalized numbers. The following table shows all five types of values.

IEEE Floating-Point Values

Name Quantity Exponent Significand
Signed zero ± 0 E = Emin - 1 sig = 0
Denormalized number ± 0 . sig x 2Emin E = Emin - 1 sig not equal 0
Normalized number ± 1 . sig x 2E Emin<= E<= E max sig
Signed infinity ± infinity E = Emax + 1 sig = 0
Not a Number NaN E = Emax + 1 sig not equal 0

These special values are interpreted as follows: