The E
property returns the Euler's
number and the base of natural logarithms, approximately 2.718.
E |
Yes | Yes | Yes | Yes | Yes |
Math.E
A Number, representing Euler's number.
The following code shows how to find out the value of e, the base of the natural logarithms.
console.log(Math.E);
The code above generates the following result.