Math.E property
The Math.E property contains
the number e (Euler's or exponential
constant) up to a certain decimal place.
Syntax
Math.E;
Example
Let's display the value of this constant:
console.log(Math.E);
The code execution result:
2.718281828459045
See also
-
the
Math.expmethod
that raises the numbereto a given power