JavaScript LOG10E property
- Page précédente LOG2E
- Page suivante max()
- Retour au niveau supérieur Manuel de référence JavaScript Math
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 |
Support du navigateur
Math.LOG10E
C'est une caractéristique ES1 (JavaScript 1999). Tous les navigateurs le supportent pleinement :
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Pages connexes
Tutoriel :Mathématiques JavaScript
- Page précédente LOG2E
- Page suivante max()
- Retour au niveau supérieur Manuel de référence JavaScript Math