Manual browser: rint(3)
RINT(3) | Library Functions Manual | RINT(3) |
NAME
rint, rintf — round to integral value in floating-point formatLIBRARY
Math Library (libm, -lm)DESCRIPTION
The rint() function returns the integral value (represented as a double precision number) nearest to x according to the prevailing rounding mode.HISTORY
A rint() function appeared in Version 6 AT&T UNIX.March 10, 1994 | NetBSD 7.0 |