double
rint(
double x
)
float
rintf(
float x
)
)
function returns the integral value (represented as a double precision number)
nearest to
x
according to the prevailing rounding mode.
)
function appeared in
Version 6 AT&T UNIX
.