ceil
- ceil value

Math functions


SYNTAX ceil( number )
ceil( array )
RETURNS NUMBER,
ARRAY
FUNCTION Calculates the lowest integer that is greater than NUMBER or ARRAY.
EXAMPLE The formula ceil( 6.2 ) returns 7; the formula ceil(-6.2) returns -6.
SEE ALSO FLOOR() function , INT() function , ROUND() function

References:

The ceil function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.