std::fetestexcept (3) Linux Manual Page
std::fetestexcept – std::fetestexcept Synopsis Defined in header <cfenv> int fetestexcept( int excepts ); (since C++11) 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…
