26
18.3.2003
Copyright Teemu Kerola 2003
IEEE 32-bit FP Standard (2)
•8 bittiä eksponentille, lisättynä 127:llä




–esitysmuodot 0 ja 255 erikoistapauksia
•laajennettu arvoalue: hyvin pienet luvut, NaN,  ±¥
–talletettu arvoalue: 1 - 254 Þ tod. arvoalue:  -126  - 127
                        (esitysmuoto)                           (arvoalue)
exponent = 5
 5+127 = 132 =1000 0100
store
exponent = -1
-1+127 = 126 = 0111 1110
store
exponent = 0
 0+127 = 127 = 0111 1111
store
exponent
mantissa or significand
sign
“+”
“15”
“1.1875” = “1.0011”
(biased form)