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