Mathematical Library Functions feclearexcept(3M)
NAME
feclearexcept - clear floating-point exception
SYNOPSIS
c99 [ flag... ] file... -lm [ library... ]
#include
int feclearexcept(int excepts);
DESCRIPTION
The feclearexcept() function attempts to clear the supported
floating-point exceptions represented by excepts.
RETURN VALUES
If excepts is 0 or if all the specified exceptions were suc-
cessfully cleared, feclearexcept() returns 0. Otherwise, it
returns a non-zero value.
ERRORS
No errors are defined.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
| Standard | See standards(5). ||_____________________________|_____________________________|
SEE ALSO
fenv.h(3HEAD), fegetexceptflag(3M), feraiseexcept(3M),fesetexceptflag(3M), fetestexcept(3M), attributes(5), stan-
dards(5)SunOS 5.11 Last change: 12 Jul 2006 1