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

'cos()' Syntax, Parameters and Note

Note:

Cosine
    
Syntax:
    
Math.cos(param1)

Parameters:
    param1   Required; the number to convert.

    

      
      








Related examples in the same category

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