fetestexcept
From cppreference.com
Defined in header <fenv.h>
|
||
int fetestexcept( int excepts ); |
(since C99) | |
Determines which of the specified subset of the floating point exceptions are currently set. The argument excepts
is a bitwise OR of the floating point exception macros.
Parameters
excepts | - | bitmask listing the exception flags to test |
Return value
Bitwise OR of the floating-point exception macros that are both included in excepts
and correspond to floating-point exceptions currently set.