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

'atan()' Example

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

    
      
      

Related examples in the same category

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