Numeric Math Functions Oracle PLSQL

SQL>
SQL>
SQL> SELECT ROUND(44.647, 0) AS ZERO FROM Dual;
      ZERO
----------
        45
SQL>