Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mantissa bits are used to express extremely small numbers that are too small to encode normally because of the lack of available exponent bits. Using mantissa bits extends the possible range of exponents. Because these bits no longer function as significant bits of precision, the total precision of extremely small numbers is less than usual. Such numbers are called denormalized, and they are more limited than normalized numbers. However, even using normalized numbers where precision is required can pose a risk. See recommendation NUM00NUM07-J. Avoid using floating point numbers when precise computation is needed. for more information.

...