hpux man page for fegetenv

Query: fegetenv

OS: hpux

Section: 3m

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

fegetenv(3M)															      fegetenv(3M)

NAME
fegetenv() - get floating-point environment
SYNOPSIS
HP Integrity Server Only PA-RISC Only
DESCRIPTION
The function stores the current floating-point environment in the object pointed to by the argument envp. 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 at the following site:
RETURN VALUE
Integrity Server Only This function always returns 0, indicating that a representation of the current environment was successfully stored. PA-RISC Only None.
ERRORS
No errors are defined.
EXAMPLES
Store the current floating-point environment:
SEE ALSO
feholdexcept(3M), fesetenv(3M), feupdateenv(3M), fenv(5).
STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, "IEC 60559 floating-point arithmetic") fegetenv(3M)
Related Man Pages
fegetflushtozero(3m) - hpux
fegettrapenable(3m) - hpux
fesetexceptflag(3m) - hpux
fetestexcept(3m) - hpux
feupdateenv(3m) - hpux
Similar Topics in the Unix Linux Community
tpmC for hp superdome
RISC or CISC ?
Why is required to leave an empty line at the end of a C program?
#pragma warn codes on Sun Solaris to disable some warns?
GCC Alignment pragma