Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Ceil() Example

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