MmaTranslator[Mma]
BitAnd
return the bitwise and of integers
Calling Sequence
Parameters
Description
Examples
BitAnd(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The BitAnd command returns the bitwise and of the specified integers.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
BitAnd⁡8,12
8
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`BitAnd[8, 12]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
MmaTranslator[Mma][BitOr]
MmaTranslator[Mma][BitNot]
MmaTranslator[Mma][BitXor]
Download Help Document