The EXP function returns e raised to the power of a given number.
exp(value)
value – The exponent applied to the base e. This is a required argument.
exp(COLUMN1)
Returns the value of e to the power of COLUMN1
EXParrow-up-right
Last updated 3 years ago
Was this helpful?