Skip to main content

ROUNDUP

Rounds a number up, away from zero, to a specified number of digits.

CategoryMath
SyntaxROUNDUP(number, num_digits)

Parameters

ParameterRequiredDescription
numberRequiredAny real number you want to round up.
num_digitsRequiredThe number of digits to which you want to round.

Example

ROUNDUP(3.14, 1) // → 3.2

Auto-generated from the EngCanvas function registry.