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 /

BitNot

FilledSmallSquare BitNot[n] gives the bitwise NOT of the integer n.

FilledSmallSquare Integer mathematical function (see Section A.3.10).
FilledSmallSquare BitNot[n] turns ones into zeros and vice versa in the binary bit representation of n.
FilledSmallSquare Integers are assumed to be represented in two's complement form, with an unlimited number of digits, so that BitNot[n] is simply equivalent to .
FilledSmallSquare See The Mathematica Book on the web: Section 3.2.4.
FilledSmallSquare See also: BitAnd, BitOr, BitXor, Not.