E property

DD E
final

The value nearest to the constant e (the natural logarithm base).

Implementation

static final DD E =
    new DD.withHiLo(2.718281828459045091e+00, 1.445646891729250158e-16);