browser.js |
|
0 |
prop-desc.js |
---
esid: sec-math.ln2
description: >
"LN2" property of Math
info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: false }.
includes: [propertyHelper.js]
--- |
478 |
shell.js |
|
0 |
value.js |
---
description: Math.LN2 is a numeric value
esid: sec-math.ln2
info: |
The Number value for the natural logarithm of 2, which is approximately
0.6931471805599453.
The precision of this approximation is host-defined.
--- |
480 |