http://qs1969.pair.com?node_id=428141


in reply to Bit operations for beginners

You have defined XOR as (a&b) | (~a&~b) , surely this is the inverse of XOR ( the biconditional).
Shouldn't XOR be defined as  (a&~b) | (~a&b)?