Calculates the value of e raised to an amount. The constant e equals 2.718281828459, the base of the natural logarithm.
EXP(Amount)
Amount: amount to which the e constant (2.718281828459) is raised.
EXP(3) equals 20.0855369231877
EXP(LN(3)) equals 3
EXP is the inverse of the LN function.