The EXP function returns e raised to the nth power, where e equals 2.71828183....
2.71828183...
Return Value
NUMBER
Syntax
EXP (n)
Parameters
The power by which you want to raise e.
Examples
Example 7-80 Raising an Expression to a Power
The following example returns e to the 4th power.
SHOW EXP(4) 54.59815
Scripting on this page enhances content navigation, but does not change the content in any way.