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