The LN10
property returns
the natural logarithm of 10, approximately 2.302.
LN10 |
Yes | Yes | Yes | Yes | Yes |
Math.LN10
A number representing the natural logarithm of 10.
The following code shows how to find out the value of natural logarithm of 10.
console.log(Math.LN10);
The code above generates the following result.