ceil
Returns the smallest integer greater than the input value.
If the input value is an integer, the result is the same as the input.
Arguments
Numeric value.
Examples
Expression | Result |
---|---|
ceil(5.1) | 6.0 |
If the input value is an integer, the result is the same as the input.
Numeric value.
Expression | Result |
---|---|
ceil(5.1) | 6.0 |