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