Quick Search:
 
 The Oracle EXP Function      [Return To Index] Jump to:  

Term: EXP

Definition:
The Oracle EXP function returns e raised to the nth power, where e = 2.71828183

Example Syntax:

SELECT 2.71828183 * 2.71828183 FROM dual;
SELECT EXP(2) FROM dual;
SELECT 2.71828183 * 2.71828183 * 2.71828183 FROM dual;


Related Links:

Related Code Snippets:
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org