Oracle Built In Functions:EXP function
Exp Function returns the exponent value of the given input or EXP Returns e raised to the nth Power,where e=2.71828183.
Syntax
———
EXP(input)
NOTE: Input must be a numeric value.
Example
SELECT EXP(4) “exp” FROM DUAL;
Output>>
exp
——————
54.59815