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

'cos()' Example

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

    
      
      

Related examples in the same category

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