1 Matching Annotations
  1. Jan 2020
    1. xor

      ⊕ is the symbol for xor

      xor is true when one of the two inputs is exclusively 1.

      ie:

      1 ⊕ 0 = 1 0 ⊕ 1 = 1 1 ⊕ 1 = 0