IEEE 754 Floating Point
Storage
ä Used on PCs, many larger machines (not all)
ä 32 bit single precision
ä Exponent is biased, ie offset by a constant for hardware
efficiency reasons
ä 64 bit double precision
ä For example
     20.5937510  = .1010010011 x 25
Sign is 0, exponent is 5 + 127 (bias)=132, leading 1 in
mantissa is not stored