Revision history of "DeMorgan transformations"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 22:09, 9 April 2008EXt (Talk | contribs). . (716 bytes) (+716). . (New page: {| !| Initial expression !| Code !| Equivalent expression !| Code |- | not A and not B | !A && !B | not ( A or B ) | !( A <nowiki>||</nowiki> B ) |- | not A and B | !A && B | not ( A or ...)