Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Numerical Math Functions
 

Log and Exponential Functions

LN returns natural logs, that is, logs with respect to base e. LOG returns base 10 log. EXP returns e raised to a value. POWER returns value raised to some exponential power.