EXP()
function returns the exponential value of a number specified in the argument.
EXP()
is:
number
: The number for which you want to calculate the exponential value. Equivalent to the formula e^number
.EXP()
function works.
EXP()
function with positive and negative values.
EXP()
with FractionsEXP()
function with a fractional argument.
EXP()
with ExpressionsEXP()
function with expressions.