You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This function returns the ceiling value. i.e. The smallest mathematical integer that is greater than or equal to x.

Syntax
ceil(number x) #Output: Number
Examples
Parser expressionDescription
ceil(-1.3)
This example returns -1
ceil(0)
This example returns 0
ceil(2.3)
This example returns 3
Additional information

Parameters used in this function

ParameterInput (data type)Description
x

NUMBER

Any given number.
Output

This function returns a NUMBER