EXP returns e raised to the nth power, where e = 2.71828183. The function returns a value of the same type as the argument.
NUMBER
EXP(n)
n is a numeric expression for the exponent.
EXP(4) returns the value 54.60.
Copyright © 2003, 2007, Oracle. All rights reserved.