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