'atan2()' Example : atan2 « Javascript Methods « JavaScript Reference

'atan2()' Example

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

    
      
      

Related examples in the same category

1.'atan2()' Syntax, Parameters and Note
2.'atan2()' is applied to