*** 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: nearbyint | Section: 3 | Source: MINIX | File: nearbyint.3
RINT(3) FreeBSD Library Functions Manual RINT(3) NAME nearbyint, nearbyintf, nearbyintl, rint, rintf, rintl - round to integral value in floating-point format LIBRARY Math Library (libm, -lm) SYNOPSIS #include <math.h> double nearbyint(double x); float nearbyintf(float x); long double nearbyintl(long double x); double rint(double x); float rintf(float x); long double rintl(long double x); DESCRIPTION The rint(), rintf(), and rintl() functions return the integral value nearest to x according to the prevailing rounding mode. These functions raise an inexact exception when the original argument is not an exact integer. The nearbyint(), nearbyintf(), and nearbyintl() functions perform the same operation, except that they do not raise an inexact exception. SEE ALSO abs(3), ceil(3), fabs(3), fenv(3), floor(3), lrint(3), math(3), round(3) HISTORY A rint() function appeared in Version 6 AT&T UNIX. FreeBSD 14.1-RELEASE-p8 September 13, 2015 FreeBSD 14.1-RELEASE-p8

Navigation Options