Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Sin() Example

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