JavaScript LOG10E property
- Föregående sida LOG2E
- Nästa sida max()
- Gå tillbaka till föregående nivå JavaScript Math Referenshandbok
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 |
Webbläsarstöd
Math.LOG10E
Är en ES1-funktion (JavaScript 1999). Alla webbläsare stöder det fullt ut:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Stöd | Stöd | Stöd | Stöd | Stöd | Stöd |
Relaterade sidor
Lärord:JavaScript matematik
- Föregående sida LOG2E
- Nästa sida max()
- Gå tillbaka till föregående nivå JavaScript Math Referenshandbok