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