JavaScript LN10 Property
Definition and Usage
The LN10 property returns the natural logarithm of 10, approximately 2.302.
Browser Support
Property | |||||
---|---|---|---|---|---|
LN10 | Yes | Yes | Yes | Yes | Yes |
Syntax
Math.LN10
Technical Details
Return Value: | A Number, representing the natural logarithm of 10 |
---|---|
JavaScript Version: | ECMAScript 1 |
❮ JavaScript Math Object