Returns the smallest (closest to negative infinity) numeric value that is greater than or equal to the argument and has no decimal places.
CEIL(input_number)
input_number
CEIL(2.4)
Result: 3
3