Numeric Math Functions Oracle PLSQL

SQL>
SQL>
SQL> SELECT ROUND(44.647, -1) AS NEGATIVE FROM Dual;
  NEGATIVE
----------
        40
SQL>