Oracle/PLSQL: Exp Function
In Oracle/PLSQL, the exp function returns e raised to the nth power, where e = 2.71828183.
The syntax for the exp function is:
exp( number )
number is the power to raise e to.
Applies To:
- Oracle 8i, Oracle 9i, Oracle 10g, Oracle 11g
For Example:
exp(3) would return 20.0855369231877 exp(3.1) would return 22.1979512814416 exp(-3) would return 0.0497870683678639