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

'sqrt()' Example

    
<html>
<body>
<button onclick="alert(Math.sqrt(2));">Math.sqrt(2)</button>
</body>
</html>

    
      
      

Related examples in the same category

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