Query: fegetround
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FEGETROUND(3) BSD Library Functions Manual FEGETROUND(3)NAMEfegetround, fesetround -- functions providing access to the floating-point rounding mode.SYNOPSIS#include <fenv.h> #pragma STDC FENV_ACCESS ON int fegetround(void); int fesetround(int round);DESCRIPTIONThese functions provide control of floating-point rounding direction modes. The fegetround() function gets the current rounding direction. It returns the value of the rounding direction macro representing the current rounding direction, or a negative value if either there is no corresponding macro or if the rounding direction is not determinable. The fesetround() function sets the rounding direction to be that specified by the argument round. If the argument is not equal to the value of one of the rounding direction macros, the rounding direction is not changed. It returns zero if and only if the requested rounding direc- tion was established.SEE ALSOfenv(3), feclearexcept(3), fegetenv(3), fegetexceptflag(3), feholdexcept(3), fesetenv(3), feraiseexcept(3), fesetexceptflag(3), feraiseexcept(3), feupdateenv(3)STANDARDSThese functions conform to ISO/IEC 9899:TC3.BSDMay 9, 2011 BSD
Related Man Pages |
---|
fesetround(3p) - centos |
fesetround(3m) - opensolaris |
fegetround(3m) - sunos |
fegetround(3) - osx |
fesetround(3) - osx |
Similar Topics in the Unix Linux Community |
---|
hmm |
direction symbol in a variable as part of the command |
Rounding off the value of Floating point value |
removing and rounding up decimals |
PERL - rounding fractional number |