binary_xor()
Returns a result of the bitwise xor operation of the two values.
binary_xor(x,y)
Syntax
binary_xor(num1, num2 )
Arguments
- num1, num2: long numbers.
Returns
Returns logical XOR operation on a pair of numbers: num1 ^ num2.
Feedback
Submit and view feedback for