Numeric Math Functions Oracle PLSQL

SQL>
SQL>
SQL> --Consider the following example:
SQL>
SQL> SELECT ROUND(44.647, 2) AS POSITIVE FROM Dual;
  POSITIVE
----------
     44.65
SQL>