math.round
Rounds x to the nearest integer; rounds away from zero if we're midway between two integers.
round(x: number) -> integerRounds x to the nearest integer; rounds away from zero if we're midway between two integers.
round(x: number) -> integer