With these operations as how they are usually used in English:
nand(x y z) = not(and(x and(y z)))
nor(x y z) = not(or(x or(y z)))
xor(x y z) = xor(x xor(y z))
~2mins
With these operations as how they are usually used in English:
nand(x y z) = not(and(x and(y z)))
nor(x y z) = not(or(x or(y z)))
xor(x y z) = xor(x xor(y z))
~2mins