Nand

[boolean/Nand]


Performs a boolean NAND operation on the values received via inputs a and b. Example:

  1. true@0 is received via a

  2. true@0 is received via b

  3. false@0 is sent via nand


Keywords: boolean, nand, logical

Input ports

  • a: boolean

    Receives the first operand.

  • b: boolean

    Receives the second operand.

Output ports

  • nand: boolean

    Sends the result of the logical NAND operation.

Last updated