Numeric Math Functions Oracle PLSQL

SQL>
SQL>
SQL> select sign( 100 - ( 50 * 2 ) ) "Using expressions"
  2  from dual
  3  /
Using expressions
-----------------
                0
1 row selected.
SQL> --