Rounding
Compute the closest integral values of real numbers.
ceil()
floor()
lrint(), llrint()
lround(), llround()
nearbyint()
rint()
round()
trunc()