BitXor
BitXor[n1, n2, ...] gives the bitwise XOR of the integers ni.
Examples
Compute bitwise XOR:
BitXor[5, 3]
(* 6 *)Please visit the official Wolfram Language Reference for more details.
BitXor[n1, n2, ...] gives the bitwise XOR of the integers ni.
Compute bitwise XOR:
BitXor[5, 3]
(* 6 *)Please visit the official Wolfram Language Reference for more details.