bit32.bxor

Returns the bitwise XOR of all provided numbers.

Each bit is tested against the following truth table:

ABOutput
000
101
011
110
Bitwise XOR of 3 numbers

Parameters

numbers: Tuple

Returns