ceiling
This function returns the smallest (closest to negative infinity) number that is not less than the input number and is an integer.
Example:
ceiling(1.6) returns 2.0.
This function returns the smallest (closest to negative infinity) number that is not less than the input number and is an integer.
Example:
ceiling(1.6) returns 2.0.