C Programming/fenv.h/feclearexcept

Synopsis edit

int feclearexcept(int excepts);

Description edit

This function attempts to clear the supported floating-point exceptions represented by excepts. If the argument is zero or if all the specified exceptions were successfully cleared, this function returns zero. Otherwise, it returns a non-zero value.

References edit