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