This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "T-n-T: Logical AND with multiple operands"

From CANNY Wiki
Jump to: navigation, search
[checked revision][checked revision]
 
(No difference)

Latest revision as of 13:37, 23 December 2018

The problem

Implement "Logical AND" operation with eight operands.

Obvious solution

Example2.png

Alternative solution

Example2a.png