And: Difference between revisions

Jump to navigation Jump to search
175 bytes added ,  07:53, 29 May 2020
no edit summary
mNo edit summary
No edit summary
Line 18: Line 18:
       0 0 1 1 ∧ 0 1 0 1
       0 0 1 1 ∧ 0 1 0 1
0 0 0 1
0 0 0 1
</source>
When combined with [[Reduce]], And can be used to test if every value in a Boolean vector is true.
<source lang=apl>
      ∧/ 1 1 1 1 1
1
      ∧/ 1 0 0 1 1
0
</source>
</source>


trusted
183

edits

Navigation menu