Atom - ^
- Bitwise XOR
Characters: ^
Tags: math , number , bitwise , vectorize
Arity: dyadic
This atom is dyadic, which means it takes two arguments.
Functionality
Bitwise XOR.
Details
Floating-point numbers are truncated. Exclusive OR returns 1
if x
or y
but not both, and 0
if neither or both are true (for each column of bits).