The LOG10E
property returns the
base-10 logarithm of E, approximately 0.434.
LOG10E |
Yes | Yes | Yes | Yes | Yes |
Math.LOG10E
A number representing the base-10 logarithm of E.
The following code shows how to find out the value of base 10 logarithm of e.
console.log(Math.LOG10E);
The code above generates the following result.