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

'SQRT1_2' Example

    
<html>
<body>
<button onclick="alert(Math.SQRT1_2);">Math.Sqrt1_2</button>
</body>
</html>

    
      
      

Related examples in the same category

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