Ceiling
Calling convention:
ceiling(value)
Returns the mathematical ceiling of
value
. The ceiling is defined to be the largest integer not less than
value
.