Numeric Math Functions Oracle PLSQL

SQL> select SIGN(0) from dual;
   SIGN(0)
----------
         0
SQL>
SQL>