Skip to content

Instantly share code, notes, and snippets.

@drnickallgood
Created November 2, 2015 01:23
Show Gist options
  • Save drnickallgood/5127050d0d4f26b65e48 to your computer and use it in GitHub Desktop.
Save drnickallgood/5127050d0d4f26b65e48 to your computer and use it in GitHub Desktop.
inputs:
x - 0
y - 1
z - 0
f(x,y,z) = (x || y) && z
(0 || 1) = 1
1 && 0 = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment