Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Cos() Example

<html> <body> <button onclick="alert(Math.cos(1));">Math.cos(1)</button> </body> </html>