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

'tan()' Example

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

    
      
      

Related examples in the same category

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