CEILING

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

Rounds a number up, to the nearest multiple of significance.

Parameters:

Name Type Description
arg1 number

Is the value you want to round.

arg2 number

Is the multiple to which you want to round.

Returns:

Type
number | string | boolean