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

'tan()' Syntax, Parameters and Note

Note:

Returns the tangent value.
    
Syntax:
    
Math.tan(param1)

Parameters:
    param1   Required; the number to convert.

    

      
      








Related examples in the same category

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