double
E
Euler number e. The base of the natural logarithm ln(x).
Example
=
Block
{
"The value of e is {0}"
(
Math
.
E
);
"The natural log of e is
{0}
"
(
Math
.
Log
(
Math
.
E
));
};
The value of e is 2.718281828459045
The natural log of e is 1