Numeric Math Functions Oracle PLSQL

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