naturalExponent property

double naturalExponent

Returns the natural exponent, e, to the power of this number.

Implementation

double get naturalExponent => math.exp(this);