WLJS LogoWLJS Notebook

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.

On this page