Determines the closest integer that is greater than a specified floating point number.
ceiling(number)
returns numeric
Name | Type | Required | Default | Description |
---|---|---|---|---|
number | numeric | Yes | The number for which to get the ceiling |
ceiling(1.1)
When ceiling an integer the result is equal to the value passed
ceiling(1)