Versions Compared

Key

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

...

For information regarding floating-point number conversions, see FLP34-C. Ensure that floating-point conversions are within range of the new type.

...

Operating System

How to Handle Floating-Point Errors

Linux
Solaris 10
AIX 5.3
HP-UX 11.31
Mac OS X 10.5

Use the C floating-point exception functions.

Windows

Use either the C floating-point exception functions or structured exception handling through _fpieee_flt [MSDN].

Noncompliant Code Example

...

Bibliography