
ceiling()
The ceiling() function returns the smallest integer that is greater than or equal to the argument.
number ceiling(number)
- A number. If the argument is not a number, it is converted to a number using the rules for the number() function.
- An integer. If the value is not an integer, it is rounded up to the next integer.
|
Send comments on this document to
devdoc-feedback@netscape.com |