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