EXP
The EXP function returns e raised to the nth power, where e equals 2.71828183...
.
Return Value
NUMBER
Syntax
EXP (n)
Arguments
- n
-
The power by which you want to raise e.
Examples
The following example returns e to the 4th power.
SHOW EXP(4)
54.59815