English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

JavaScript Math.LOG2E Property

 JavaScript Math Object

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.

Syntax:

Math.LOG2E
Math.LOG2E;
Test and See‹/›

Browser Compatibility

All browsers fully support Math.LOG2E Property:

Property
Math.LOG2EIsIsIsIsIs

Technical Details

Writable:None
Enumerable:None
Configurable:None
Return Value:A number representing the base of2logarithm
JavaScript Version:ECMAScript 1

 JavaScript Math Object