ceil
Description
Returns the smallest floating point value that is greater than or equal to the argument and is equal to a mathematical integer.
Syntax
ceil( number )
Examples
ceil(
2.38
)
//returns 3.0
Returns the smallest floating point value that is greater than or equal to the argument and is equal to a mathematical integer.
ceil( number )
ceil(
2.38
)
//returns 3.0