JavaScript LOG2E property
- Forrige side log2()
- Næste side LOG10E
- Gå tilbage til niveauet over JavaScript Math reference håndbog
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 |
Browserstøtte
Math.LOG2E
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
Tutorial:JavaScript matematik
- Forrige side log2()
- Næste side LOG10E
- Gå tilbage til niveauet over JavaScript Math reference håndbog