- not (a or b or c) <=> (not a) and (not b) and (not c)
- not (a and b and c) <=> (not a) or (not b) or (not c)
Created
November 8, 2020 14:10
-
-
Save trilliwon/e5b9bdf3e48a950440807b84dc3856b4 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment