The mathCeil() function always rounds a number up to the next largest integer.
mathCeil()
A number
The smallest integer greater than or equal to the given number.
Returns the smallest integer greater than or equal to its numeric argument.
A numeric expression.
The
mathCeil()
function always rounds a number up to the next largest integer.Param: x
A number
Returns
The smallest integer greater than or equal to the given number.