JavaScript Math method: ceil()
[this page | pdf | back links]
The ceil() method (of the Math object)
rounds a real number towards positive infinity.
It
has the following syntax with the following parameters:
Math.ceil(x)
|
Parameter
|
Required / Optional
|
Description
|
|
x
|
Required
|
Input parameter
|
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Numbers and Math