browser.js |
|
0 |
prop-desc.js |
---
esid: sec-math.e
description: >
"E" property of Math
info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: false }.
includes: [propertyHelper.js]
--- |
473 |
shell.js |
|
0 |
value.js |
---
description: Math.E is a numeric value
esid: sec-math.e
info: |
The Number value for e, the base of the natural logarithms, which is
approximately 2.7182818284590452354.
The precision of this approximation is host-defined.
--- |
486 |