I was wondering if it is possible to apply the XOR operator between two fractions of integers. 2 ⨁ 13 = 0010 ⨁ 1101 = 1111 = 15.
2 = 6/3 and 13 = 26/2. So how does one compute 6/3 ⨁ 26/2?
Does the rules for summing two fractions apply for XORing two fractions? Because 6/3 ⨁ 26/2 != (12^78)/6.