Numeric Math Functions Oracle PLSQL

SQL>
SQL> select abs(13.4) from dual;
 ABS(13.4)
----------
      13.4
1 row selected.
SQL> --