e top-level constant
double
const e
Returns the mathematical constant e. Base of the natural logarithms
Example:
print(e); // Output: 2.718281828459045
Implementation
const double e = math.e;