Numerical Math Functions Oracle PLSQL Tutorial

SQL>
SQL> select ln(32)
  2  from   dual;
    LN(32)
----------
 3.4657359
SQL>