And: Difference between revisions

Jump to navigation Jump to search
29 bytes added ,  07:45, 29 May 2020
m
no edit summary
(Created page with "{{Built-in|And|∧}} is a dyadic boolean function which tests if both arguments are true: it returns 1 if both are 1 and 0 if one or both are 0. It represents the wi...")
 
mNo edit summary
Line 1: Line 1:
{{Built-in|And|∧}} is a [[dyadic]] [[boolean function]] which tests if both arguments are true: it returns 1 if both are 1 and 0 if one or both are 0. It represents the [[wikipedia:logical conjunction|logical conjunction]] in Boolean logic.
{{Built-in|And|∧}} is a [[dyadic]] [[scalar function|scalar]] [[boolean function]] which tests if both arguments are true: it returns 1 if both are 1 and 0 if one or both are 0. It represents the [[wikipedia:logical conjunction|logical conjunction]] in Boolean logic.


{|class=wikitable
{|class=wikitable
!<source lang=apl inline>=</source>!!<source lang=apl inline>0</source>!!<source lang=apl inline>1</source>
!<source lang=apl inline></source>!!<source lang=apl inline>0</source>!!<source lang=apl inline>1</source>
|-
|-
!<source lang=apl inline>0</source>
!<source lang=apl inline>0</source>
trusted
183

edits

Navigation menu