round
ACTION: returns a value rounded to the nearest whole number (rounded up or down)
USE: WholeNumber=round(number)
EXAMPLE:
m=round(1.49) : n=round(1.5)

RESULT:
m=1 : n=2

RELATED: frac trunc floor ceil mod abs