1、描述
它返回1/2
的平方根;等效,在2的平方根上为约0.707
。
2、语法
它的语法如下:
Math.SQRT1_2
3、使用示例
<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 = " + property_value); </script> </body> </html>
4、输出
Property Value = 0.7071067811865476