EXP - source-solutions/HELP GitHub Wiki

EXP


y = EXP(x)

Returns the exponential of x, that is e to the power x.

Parameters

x is a number-valued expression.

Errors

  • x has a string value: Type mismatch.
  • x is larger than the natural logarithm of the maximum single-precision value: Overflow.
⚠️ **GitHub.com Fallback** ⚠️