Floating-Point
To make all exponents positive, they are often stored in biased form when the floating-point number is computed:
where m is the number of bits in the exponent field.
This helps handle the "multiple zero" problem by defining zero to be : "zero fraction and biased exponent in its most negative form".
single precision IEEE format
double precision IEEE format