ceil

Rounds up a numerical value to the nearest integer value that is greater than or equal to the input value.

Parameter 1 - a numerical value.

Returns: the smallest integer value that is not less than the input parameter.