This Oracle tutorial explains how to use the Oracle/PLSQL EXP function with syntax and examples.
The Oracle/PLSQL EXP function returns e raised to the nth power, where e = 2.71828183.
The syntax for the EXP function in Oracle/PLSQL is:
exp( number )
The power to raise e.
The EXP function returns a numeric value.
The EXP function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle EXP function examples and explore how to use the EXP function in Oracle/PLSQL.
For example:
EXP(3)
Output: 20.0855369231877
EXP(3.1)
Output: 22.1979512814416
EXP(-3)
Output: 0.0497870683678639