JavaScript LOG10E property
- Previous Page LOG2E
- Next Page max()
- Go to Parent Level JavaScript Math Reference Manual
Definition and usage
LOG10E
The property is log10e, which is the logarithm base 10 of e, and its value is approximately 0.43429448190325181667.
Syntax
Math.LOG10E
Technical details
Return value: | A number representing the logarithm base 10 of E. |
---|---|
JavaScript version: | ECMAScript 1 |
Browser Support
Math.LOG10E
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 LOG2E
- Next Page max()
- Go to Parent Level JavaScript Math Reference Manual