ceiling

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

Syntax

ceiling ( numeric_expression )

Example 1

ceiling ( 4.22 )

Result

5

Example 2

ceiling ( -1.23 )

Result

-1