hpux man page for feclearexcept

Query: feclearexcept

OS: hpux

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

feclearexcept(3M)														 feclearexcept(3M)

NAME
feclearexcept() - clear floating-point exception flags
SYNOPSIS
HP Integrity Server Only PA-RISC Only
DESCRIPTION
The function clears the exception flags represented by its argument. The argument can be constructed as a bitwise OR of the exception macros: and represents all the floating-point exceptions.
USAGE
To use this function, compile either with the default option or with the and options. Make sure your program includes For Integrity servers, specify on the compiler command line or place the call to this function under the effect of an affirmative pragma: If the pragma is placed outside of any top-level declarations in a file, the pragma will apply to all declarations in the compilation fol- lowing the pragma until another pragma is encountered or until the end of the file is reached. If the pragma is placed at the beginning of a block (compound statement), the pragma will apply until another pragma is encountered or until the end of the block is reached. For PA-RISC, you might need to use the +Onomoveflops compiler option in order to prevent optimizations that can undermine the specified behavior of this function. Link in the math library by specifying on the compiler or linker command line. For more information, see the
RETURN VALUE
Integrity Server Only This function always returns 0, indicating all specified exceptions were cleared. PA-RISC Only None.
ERRORS
No errors are defined.
EXAMPLES
Clear the underflow and inexact floating-point exception flags: Clear all floating-point exception flags:
SEE ALSO
fegetexceptflag(3M), fegettrapenable(3M), feraiseexcept(3M), fesetexceptflag(3M), fesettrapenable(3M), fetestexcept(3M), fenv(5).
STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, "IEC 60559 floating-point arithmetic") feclearexcept(3M)
Related Man Pages
feraiseexcept(3) - netbsd
feclearexcept(3m) - hpux
feholdexcept(3m) - hpux
fesetflushtozero(3m) - hpux
feupdateenv(3m) - hpux
Similar Topics in the Unix Linux Community
RISC or CISC ?
changing entry point
Booting from a "broken" MirrorDisk UX device
pragma page
#pragma warn codes on Sun Solaris to disable some warns?