ceil
|
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 |
The ceil function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.