Query: feclearexcept
OS: opensolaris
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
feclearexcept(3M) Mathematical Library Functions feclearexcept(3M)NAMEfeclearexcept - clear floating-point exceptionSYNOPSISc99 [ flag... ] file... -lm [ library... ] #include <fenv.h> int feclearexcept(int excepts);DESCRIPTIONThe feclearexcept() function attempts to clear the supported floating-point exceptions represented by excepts.RETURN VALUESIf excepts is 0 or if all the specified exceptions were successfully cleared, feclearexcept() returns 0. Otherwise, it returns a non-zero value.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOfenv.h(3HEAD), fegetexceptflag(3M), feraiseexcept(3M), fesetexceptflag(3M), fetestexcept(3M), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 feclearexcept(3M)
Related Man Pages |
---|
feclearexcept(3m) - opensolaris |
feraiseexcept(3m) - opensolaris |
fegetexceptflag(3m) - opensolaris |
fegetexceptflag(3) - netbsd |
fesetexceptflag(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
solaris zones vs container.. |
Change directory for core file |
Solaris 10 - password complexity not working |
Shopt -s histappend |