'ceil()' Syntax, Parameters and Note : ceil « Javascript Methods « JavaScript Reference

'ceil()' Syntax, Parameters and Note

Note:

Rounds the number up to the nearest integer.
    
Syntax:
    
Math.ceil(param1)


Parameters:
    param1   Required; the number to convert.

    

      
      








Related examples in the same category

1.'ceil()' Example
2.'ceil()' is applied to