std::feclearexcept

std::feclearexcept

Defined in header <cfenv>
int feclearexcept( int excepts );
(since C++11)

Attempts to clear the floating-point exceptions that are listed in the bitmask argument excepts, which is a bitwise OR of the floating point exception macros.

Parameters

excepts - bitmask listing the exception flags to clear

R