'atan()' Syntax, Parameters and Note : atan « Javascript Methods « JavaScript Reference

'atan()' Syntax, Parameters and Note

Note:

Arctangent value.
    
Syntax:
    
Math.atan(param1)


Parameters:
    param1   Required; the number to convert.

    

      
      








Related examples in the same category

1.'atan()' Example
2.'atan()' is applied to