7.6.2.1 The feclearexcept function
Synopsis
#include <fenv.h>
int feclearexcept(int excepts);
Description
The feclearexcept function attempts to clear the supported floating-point exceptions represented by its argument.
Returns
The feclearexcept function returns zero if the excepts argument is zero or if all the specified exceptions were successfully cleared. Otherwise, it returns a nonzero value.