C Programming/fenv.h/feclearexcept

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis[edit | edit source]

int feclearexcept(int excepts);

Description[edit | edit source]

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 | edit source]