Ceil
Ceil(<numeric expression>)
The Ceil internal function calculates the smallest integer greater than or equal to X.
In simplest terms, Ceil always rounds up.
Comments and Examples
CEIL(+5.1) is 6, but CEIL(-5.1) is -5.
Ceil(<numeric expression>)
The Ceil internal function calculates the smallest integer greater than or equal to X.
In simplest terms, Ceil always rounds up.
CEIL(+5.1) is 6, but CEIL(-5.1) is -5.