JavaScript LOG2E property
- Page précédente log2()
- Page suivante LOG10E
- Retour au niveau supérieur Manuel de référence JavaScript Math
Definition and usage
LOG2E
The property is log2e, which is the logarithm base 2 of e, and its value is approximately 1.442695040888963387.
Syntax
Math.LOG2E
Technical details
Return value : | A number representing the logarithm base 2 of E. |
---|---|
JavaScript version : | ECMAScript 1 |
Support du navigateur
Math.LOG2E
C'est une fonctionnalité ES1 (JavaScript 1999). Tous les navigateurs le supportent pleinement :
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Pages associées
Tutoriel :Mathématiques JavaScript
- Page précédente log2()
- Page suivante LOG10E
- Retour au niveau supérieur Manuel de référence JavaScript Math