Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Tan() Example

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