JavaScript Reference/Javascript Properties/LOG2E
"LOG2E" Example
<html>
<body>
<button onclick="alert(Math.LOG2E);">Math.Log2E</button>
</body>
</html>
"LOG2E" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |Math |
+----------------+--------------------------------------------------------------+
"LOG2E" Syntax and Note
Note:
Read-only property.
Natural log for the E property in base-2.
Syntax:
Math.LOG2E