ceiling

Returns the smallest integer greater than or equal to "numeric_expression".

Syntax

ceiling ( numeric_expression )

Example

ceiling ( 0.75 )

Result

Returns 0.8.