CEIL returns the smallest whole number greater than or equal to a specified number.
NUMBER
CEIL(n)
n is a numeric expression.
CEIL(3.1415927) returns the value 4.00.
CEIL(-3.4) returns the value -3.00.
Copyright © 2003, 2007, Oracle. All rights reserved.