EXP
EXP
returns e
raised to the n
th power, where e
= 2.71828183. The function returns a value of the same type as the argument.
Return Value
NUMBER
Syntax
EXP(n)
Arguments
n
is a numeric expression for the exponent.
Example
EXP(4)
returns the value 54.59815
.