Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Atan() Example

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