ROUNDUP

ROUNDUP(arg1, arg2) → { number | string | boolean }

Rounds a number up, away from zero.

Parameters:

Name Type Description
arg1 number

Is any real number that you want rounded up.

arg2 number

Is the number of digits to which you want to round. Negative rounds to the left of the decimal point; zero or omitted, to the nearest integer.

Returns:

Type
number | string | boolean