exp method

double exp()

Returns the natural exponent of this num.

Implementation

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