Numeric Math Functions Oracle PLSQL

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