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

'sin()' Example

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

    
      
      

Related examples in the same category

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