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