Definition and Usage The LN10 property returns the natural logarithm of 10, approximately 2.302. Syntax Math.LN10 Example ...
Definition and Usage
The LN10 property returns the natural logarithm of 10, approximately 2.302.Syntax
Math.LN10 |
Example
<script type="text/javascript"> document.write("LN10: " + Math.LN10); </script> |
The output of the code above will be:
LN10: 2.302585092994046 |