7.6.2.1 The feclearexcept function

Synopsis

1

#include <fenv.h>
int feclearexcept(int excepts);

Description

2

The feclearexcept function attempts to clear the supported floating-point exceptions represented by its argument.

Returns

3

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.