Numeric Math Functions Oracle PLSQL

SQL> select BITAND(0, 1) from dual;
BITAND(0,1)
-----------
          0