C Programming/fenv.h/feclearexcept
< C Programming | fenv.h
Synopsis
editint feclearexcept(int excepts);
Description
editThis 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.