JavaScript LOG10E property
- Forrige side LOG2E
- Næste side max()
- Gå tilbage til toppen JavaScript Math Referencehåndbog
Definition and usage
LOG10E
The property is log10e, which is the logarithm of e to the base 10, and its value is approximately 0.43429448190325181667.
Syntax
Math.LOG10E
Technical details
Return value: | A number representing the logarithm of E to the base 10. |
---|---|
JavaScript version: | ECMAScript 1 |
Browserv understøttelse
Math.LOG10E
Er ES1-karakteristik (JavaScript 1999). Alle browsere understøtter det fuldt ud:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Relaterede sider
Tilførsel:JavaScript matematik
- Forrige side LOG2E
- Næste side max()
- Gå tilbage til toppen JavaScript Math Referencehåndbog