'ceil()' Example : ceil « Javascript Methods « JavaScript Reference

'ceil()' Example

    
<html>
<body>
<button onclick="alert(Math.ceil(1.1));">CEIL</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'ceil()' Syntax, Parameters and Note
2.'ceil()' is applied to