Numerical Math Functions Oracle PLSQL Tutorial

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.