Round to nearest.
Returns the integral value that is nearest to x with halfway cases rounded away from zero.
round[x]
#<result> = round[2.3] (print,#<result>)
result: 2
rounddec, floor, ceil