Skip to content

Instantly share code, notes, and snippets.

@trilliwon
Created November 8, 2020 14:10
Show Gist options
  • Save trilliwon/e5b9bdf3e48a950440807b84dc3856b4 to your computer and use it in GitHub Desktop.
Save trilliwon/e5b9bdf3e48a950440807b84dc3856b4 to your computer and use it in GitHub Desktop.
  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment