Numeric Math Functions Oracle PLSQL

SQL> select BITAND(1010, 1100) from dual;
BITAND(1010,1100)
-----------------
               64
SQL>