Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Atan2() Example

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