Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Numerical Computation /  Number Representation /

BitAnd

FilledSmallSquare BitAnd[, , ... ] gives the bitwise AND of the integers .

FilledSmallSquare Integer mathematical function (see Section A.3.10).
FilledSmallSquare BitAnd[, , ... ] yields the integer whose binary bit representation has ones at positions where the binary bit representations of all of the have ones.
FilledSmallSquare For negative integers BitAnd assumes a two's complement representation.
FilledSmallSquare See The Mathematica Book on the web: Section 3.2.4.
FilledSmallSquare See also: BitOr, BitXor, BitNot, And, IntegerDigits, DigitCount.