Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

SQRT1_2 Example

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