EXP(2) : EXP « Numeric Math Functions « Oracle PL / SQL






EXP(2)

SQL> select EXP(2) from dual;

    EXP(2)
----------
 7.3890561

SQL>
SQL>

           
       








Related examples in the same category

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