Nice property of the XOR Logic Function.
A fundamental property of the XOR (exclusive OR) operation is that XOR-ing
two identical numbers always results in 0. Mathematically, for any integer x,
the expression x ^ x equals 0.
Author: guiferviz
Created:
Last Modified:
Nice property of the XOR Logic Function.
A fundamental property of the XOR (exclusive OR) operation is that XOR-ing
two identical numbers always results in 0. Mathematically, for any integer x,
the expression x ^ x equals 0.