- cross-posted to:
- science_memes@mander.xyz
- cross-posted to:
- science_memes@mander.xyz
You must log in or register to comment.
The Nor and Nand text is swapped aroundI was wrong, my review comment is that your expressions could do with some parentheses for clarity
Nope, the text is correct.
not (x or y) <=> (not x) and (not y) not (x and y) <=> (not x) or (not y)
Edit: The parenthesis on the right side if the equivalence are only there to make it easier to read. Without those, the expression would be the same in this case
Ah yeah, the English is confusing written how it is in the post, I needed the parentheses for it to make sense