Numeric Math Functions Oracle PLSQL

SQL>
SQL>
SQL>  select power( -5, 3 ) "Using Negatives"
  2      from dual
  3    /
Using Negatives
---------------
           -125
1 row selected.
SQL> --