Description

Round a number up to the nearest whole number

Syntax

ceil(number)

Parameters

Input ParameterTypeDescription
numbernumberThe number to be rounded up

Return value

Type
number

Sample

ExampleResultDescription
ceil(12.3)13Returns the smallest whole number that is greater than or equal to the input number

To view all the Math and Number functions, click here.