Numeric Math Functions Oracle PLSQL

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