vault backup: 2026-02-27 14:37:15

This commit is contained in:
Jan Meyer
2026-02-27 14:37:15 +01:00
parent 6b78604464
commit b66b7fa901
3 changed files with 5 additions and 5 deletions

View File

@@ -12,4 +12,4 @@
| --------- | --------------------------------------- | -------------- |
| **nand** | $p$ and $q$ are not both true | $not(p and q)$ |
| **nor** | neither of $p$ and $q$ are true | $not(p or q)$ |
| **xnor** | $p$ and $q$ are both false or both true | |
| **xnor** | $p$ and $q$ are both false or both true | $not xor$ |