JavaScript 中的 Math.SQRT1_2 属性
htmljavascriptweb developmentfront end technology
Math 对象的 SQRT1_2 属性表示 1/2 的平方根。
语法
其语法如下
Math.SQRT1_2
示例
<html> <head> <title>JavaScript 示例</title> </head> <body> <script type="text/javascript"> var result = Math.SQRT1_2; document.write(result); </script> </body> </html>
输出
0.7071067811865476