Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Sin() Example

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