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