JavaScript E Property

Clash Royale CLAN TAG#URR8PPP
<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]-->
JavaScript E Property
❮ JavaScript Math Object
Example
Return the Euler's number:
Math.E;
<!--
The result will be:
2.718281828459045
-->Try it Yourself »
Definition and Usage
The E property returns the Euler's number and the base of natural logarithms, approximately 2.718.
Browser Support
| Property | |||||
|---|---|---|---|---|---|
| E | Yes | Yes | Yes | Yes | Yes |
Syntax
Math.ETechnical Details
| Return Value: | A Number, representing Euler's number |
|---|---|
| JavaScript Version: | ECMAScript 1 |
❮ JavaScript Math Object