Subject
From Anonymous (or Sign In)
Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.
Categories
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.