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

JavaScript Math.E Property

 JavaScript Math Object

Math.EThe property represents the base of the natural logarithm, e is approximately2.718.

Because E is a static property of Math, you always use it asMath.E, rather than used as properties of the Math object created.

Syntax:

Math.E
Math.E;
Test See‹/›

Browser Compatibility

All browsers fully support the Math.E property:

Property
Math.EYesYesYesYesYes

Technical Details

Writable:None
Enumerable:None
Configurable:None
Return Value:The number representing Euler's number
JavaScript Version:ECMAScript 1

 JavaScript Math Object