CEILING_MATH

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

Rounds a number up, to the nearest integer or 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.

arg3 number

When given and nonzero this function will round away from zero.

Returns:

Type
number | string | boolean