Back What's new
  • Update Regarding Multitracks + Registration

    It's clear that this thread needs some love and attention. A lot of the links have either expired or been miss-labelled. With the amount of tracks there are, this is quite a practice. I have made the decision to lock this thread from further replies and to put out this notice that I will be refreshing this thread with updated links and guidance where needed.

    I will update the thread on multitracks and the first post with any forth coming updates about this in due course. For information - I have also disabled user registrations to do some tidyup. Stay tuned.

#exclusive

Exclusive or or exclusive disjunction is a logical operation that is true if and only if its arguments differ (one is true, the other is false).It is symbolized by the prefix operator J and by the infix operators XOR ( or ), EOR, EXOR, ⊻, ⩒, ⩛, ⊕,






{\displaystyle \nleftrightarrow }
, and ≢. The negation of XOR is the logical biconditional, which yields true if and only if the two inputs are the same.
It gains the name "exclusive or" because the meaning of "or" is ambiguous when both operands are true; the exclusive or operator excludes that case. This is sometimes thought of as "one or the other but not both". This could be written as "A or B, but not, A and B".
Since it is associative, it may be considered to be an n-ary operator which is true if and only if an odd number of arguments are true. That is, a XOR b XOR ... may be treated as XOR(a,b,...).

Please Log in to view URLs that have been listed here. It's free and quick.
Back
Top