exp constant

double Function(num x) const exp

Returns the value of the base of the natural logarithm (e), to the power of the exponent specified in the parameter x.

Implementation

static const exp = math.exp;