From http://www.w3schools.com (Copyright Refsnes Data)
JavaScript Math Object
The LN2 property returns the natural logarithm of 2, approximately 0.693.
| Math.LN2 |
ExampleReturn the natural logarithm of 2:
The output of the code above will be:
Try it yourself » |
JavaScript Math Object
From http://www.w3schools.com (Copyright Refsnes Data)