bitxor

Type: External

Group: general

Syntax

bitxor(number1, number2);

Description

Calculates the bitwise Exclusive OR of number1 and number2

Examples

bitxor(5, 9) = 12
bitxor(5, 7) = 2 

See Also

bitand, bitor, bitshift