The EXP() function returns the value of e, the base of natural logarithms (2.7182818), raised to the "Number" power.
The inverse of this function is LOG() without specifying the "base" or LN().
If the value of "number" is NULL, the EXP() function returns NULL. |