*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: fesetround | Section: 3 | Source: NetBSD | File: fesetround.3
FEGETROUND(3) FreeBSD Library Functions Manual FEGETROUND(3) NAME fegetround, fesetround - floating-point rounding control LIBRARY Math Library (libm, -lm) SYNOPSIS #include <fenv.h> #pragma STDC FENV_ACCESS ON int fegetround(void); int fesetround(int round); DESCRIPTION The fegetround() function determines the current floating-point rounding mode, and the fesetround() function sets the current rounding mode to round. The rounding mode is one of FE_TONEAREST, FE_DOWNWARD, FE_UPWARD, or FE_TOWARDZERO, as described in fenv(3). RETURN VALUES The fegetround() routine returns the current rounding mode. The fesetround() function returns 0 on success and non-zero otherwise; however, the present implementation always succeeds. SEE ALSO fenv(3), fpgetround(3), fpsetround(3) STANDARDS The fegetround() and fesetround() functions conform to ISO/IEC 9899:1999 ("ISO C99"). HISTORY These routines first appeared in FreeBSD 5.3 and NetBSD 6.0. They supersede the non-standard fpgetround(3) and fpsetround(3) functions. FreeBSD 14.1-RELEASE-p8 May 8, 2004 FreeBSD 14.1-RELEASE-p8

Navigation Options