browser.js |
|
0 |
prop-desc.js |
---
esid: sec-math.sqrt1_2
description: >
"SQRT1_2" property of Math
info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: false }.
includes: [propertyHelper.js]
--- |
503 |
shell.js |
|
0 |
value.js |
---
description: Math.SQRT1_2 is a numeric value
esid: sec-math.sqrt1_2
info: |
The Number value for the square root of `1/2`, which is approximately
0.7071067811865476.
The precision of this approximation is host-defined.
--- |
494 |