EXP « Numeric Math Functions « Oracle PL / SQL






1.EXP() returns e raised to the nth power (n is the value), where e is equal to approximately 2.71828183.
2.EXP(x):Returns the result of the number e raised to the power x
3.EXP: Returns e raised to a value
4.EXP(2)