'SQRT2' Example : SQRT2 « Javascript Properties « JavaScript Reference

'SQRT2' Example

    
<html>
<body>
<button onclick="alert(Math.SQRT2);">Math.Sqrt2</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'SQRT2' Syntax and Note
2.'SQRT2' is applied to