doc-src/Tutorial/Misc/defs
author wenzelm
Sat, 09 Jun 2001 14:18:19 +0200
changeset 11368 9c1995c73383
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned Primes theory;

defs nand_def "nand A B == ~(A & B)"
     exor_def "exor A B == A & ~B | ~A & B"