e top-level constant

double const e

Euler's number, denoted by the symbol 'e', is a mathematical constant approximately equal to 2.71828.

It's the base of the natural logarithm ln and a fundamental constant in mathematics.

Implementation

const double e = math.e;