Numeric Math Functions Oracle PLSQL

SQL>
SQL> SELECT ROUND(109.09 ,-1) rounded from dual;
   ROUNDED
----------
       110
SQL>