JavaScript LN10 Property
- Previous Page LN2
- Next Page log()
- Go to the Previous Level JavaScript Math Reference Manual
Definition and Usage
LN10
The property is loge10, which is the natural logarithm of 10, and its value is approximately 2.3025850929940459011.
Syntax
Math.LN10
Technical Details
Return value: | A number representing the natural logarithm of 10. |
---|---|
JavaScript Version: | ECMAScript 1 |
Browser Support
Math.LN10
Is an ES1 Feature (JavaScript 1999). All browsers fully support it:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Related Pages
Tutorial:JavaScript Mathematics
- Previous Page LN2
- Next Page log()
- Go to the Previous Level JavaScript Math Reference Manual