Skip to content

Ceil

Type Function: INT

Input X REAL (input)
Output INT (output value)
The CEIL function returns the smallest integer value greater or equal than X.

ceil

Example:

CEIL(3.14) = 4 CEIL(-3.14) = -3 CEIL(2) = 2