BitAnd

BitAnd[n1,n2,]

gives the bitwise AND of the integers ni.

Details

  • Integer mathematical function, suitable for both symbolic and numerical manipulation.
  • BitAnd[n1,n2,] yields the integer whose binary bit representation has ones at positions where the binary bit representations of all of the ni have ones.
  • For negative integers BitAnd assumes a two's complement representation.
  • BitAnd automatically threads over lists.

Examples

open allclose all

Basic Examples  (1)

Scope  (3)

Use numbers of any size:

BitAnd takes any number of arguments:

Use negative numbers:

Generalizations & Extensions  (1)

Basic symbolic simplifications are done automatically:

Applications  (5)

Extract the second-lowest-order bits in numbers:

"Mask" to test whether bits 3 or 4 are 1:

Make a nested pattern:

Test for powers of 2:

Properties & Relations  (2)

Truth table for And:

BitAnd is Orderless:

Neat Examples  (1)

Wolfram Research (1999), BitAnd, Wolfram Language function, https://reference.wolfram.com/language/ref/BitAnd.html.

Text

Wolfram Research (1999), BitAnd, Wolfram Language function, https://reference.wolfram.com/language/ref/BitAnd.html.

CMS

Wolfram Language. 1999. "BitAnd." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/BitAnd.html.

APA

Wolfram Language. (1999). BitAnd. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BitAnd.html

BibTeX

@misc{reference.wolfram_2023_bitand, author="Wolfram Research", title="{BitAnd}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/BitAnd.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_bitand, organization={Wolfram Research}, title={BitAnd}, year={1999}, url={https://reference.wolfram.com/language/ref/BitAnd.html}, note=[Accessed: 19-March-2024 ]}