English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
JavaScript Math.LOG2The E property represents the base of2logarithm, approximately equal to1.442.
Due to LOG2E is a static property of Math, so you should always use it asMath.LOG2E, rather than used as a property of the Math object created.
Math.LOG2E
Math.LOG2E;Test and See‹/›
All browsers fully support Math.LOG2E Property:
Property | |||||
Math.LOG2E | Is | Is | Is | Is | Is |
Writable: | None |
---|---|
Enumerable: | None |
Configurable: | None |
Return Value: | A number representing the base of2logarithm |
JavaScript Version: | ECMAScript 1 |