The value of the square root of 1/2: Math.SQRT1_2 : SQRT1_2 « Math « JavaScript Tutorial






<html>
<head>
<title>The Properties of the Math object</title>
<script type="text/javascript" language="javascript">
<!-- //
function DisplayMath(){
    document.write("<br/><P>The value of the square root of 1/2 is: " + Math.SQRT1_2 + "</p>");
}
// -->
</script>
</head>
<body onload="DisplayMath()">

</body>
</html>








9.25.SQRT1_2
9.25.1.Math.SQRT1_2
9.25.2.The value of the square root of 1/2: Math.SQRT1_2