7.6.2 Floating-point exceptions

1

The following functions provide access to the floating-point status flags.[1] The int input argument for the functions represents a subset of floating-point exceptions, and can be zero or the bitwise OR of one or more floating-point exception macros, for example FE_OVERFLOW | FE_INEXACT. For other argument values the behavior of these functions is undefined.

Footnotes