Summary of Floating Points


Advantages of IEEE 754 Standard
IEEE 754 standard is used predominantly by the industry because of the following advantages, to name a few:
Floating Point Complexities
The floating points include the following features: Implementing the standard can be tricky. See text for description of 80x86 and Pentium bug! However, not using the standard can be even worse.

Question: The 16-bit IEEE 754-2008 floating-point format is with five exponent bits. What would be the likely range of numbers it could represent?

  1.0000 0000 00 × 20   to   1.1111 1111 11 × 231, 0
±1.0000 0000 0   × 2-14 to ±1.1111 1111 1   × 215, ±0, ±∞, NaN
±1.0000 0000 00 × 2-14 to ±1.1111 1111 11 × 215, ±0, ±∞, NaN
±1.0000 0000 00 × 2-15 to ±1.1111 1111 11 × 214, ±0, ±∞, NaN

   



      “The art of being wise is knowing what to overlook.”    
      ― William James