exp()

The base-e exponential function of x, which is e raised to the power x: e^x.

Syntax

exp(x)

Arguments

  • x: A real number, value of the exponent.

Returns

  • Exponential value of x.
  • For natural (base-e) logarithms, see log().
  • For exponential functions of base-2 and base-10 logarithms, see exp2(), exp10()