feclearexcept(3m) sunos man page | unix.com

Man Page: feclearexcept

Operating Environment: sunos

Section: 3m

feclearexcept(3M)					  Mathematical Library Functions					 feclearexcept(3M)

NAME
feclearexcept - clear floating-point exception
SYNOPSIS
cc [ flag... ] file... -lm [ library... ] #include <fenv.h> 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 successfully 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 attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
fenv.h(3HEAD), fegetexceptflag(3M), feraiseexcept(3M), fesetexceptflag(3M), fetestexcept(3M), attributes(5), standards(5) SunOS 5.10 1 Dec 2003 feclearexcept(3M)
Related Man Pages
feraiseexcept(3m) - opensolaris
fegetexceptflag(3m) - sunos
feclearexcept(3m) - sunos
feclearexcept(3) - netbsd
fetestexcept(3) - netbsd
Similar Topics in the Unix Linux Community
The 500 Mile Email
Using awk to remove lines from file that match text
Best performance UNIX just for HOST Virtualization?
Outputting sequences based on length with sed
Sort only numbers within a string