Versions Compared

Key

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

The C programming languages provides provide the ability to use floating point numbers for calculations. C99 specifies an overall library that a conforming implementation needs to follow for floating point numbers, but makes few guarantees about the specific underlying floating point representation. Because of the preexistence of competing floating point systems, C99 uses intentionally vague language when dealing with the requirements of floating point values.

...