이는 1/2의 제곱근을 반환합니다. 즉, 2/1의 제곱근은 약 0.707입니다.
문법
Math.SQRT1_2
예:
<html> <head> <title>JavaScript Math SQRT1_2 Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.SQRT1_2 document.write("Property Value is : " + property_value); </script> </body> </html>
이렇게 하면 다음과 같은 결과가 나타납니다.
Property Value is : 0.7071067811865476