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