s2sluder/more-logic-gates@1.0.0

License: MIT

Provides several additional logic operations.
NodeDescription
cnot
Inverses a boolean value if the control boolean value is true.
ccnot
Inverses a boolean value if both control boolean values are true.
c-element
Outputs true if and only if all inputs are true, outputs false if and only if all inputs are false, and otherwise retains its state.
implies
Outputs true unless only the first input is true.
To use the nodes in your project you should have the s2sluder/more-logic-gates library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.