Numeric Math Functions Oracle PLSQL

SQL> select LOG(2, 5) from dual;
  LOG(2,5)
----------
2.32192809
SQL>
SQL>
SQL>