Skip to content

NAND Gate

NAND Block

Category: OE Logic > Gates

Description: Returns true while any input is false.

Input types:
- boolean

Output types:
- boolean

Simulation:

Input 1 Input 2 Output
0 0 1
0 1 1
1 0 1
1 1 0

Logically equivalent to an AND gate with a NOT after it.