Identity element: Difference between revisions

Jump to navigation Jump to search
m
Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com"
m (→‎Support: Domain for GCD identity element is not full)
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
(One intermediate revision by one other user not shown)
Line 47: Line 47:
| [[Root]] || <source lang=apl inline>√</source> || <source lang=apl inline>1</source> || {{Yes}} || {{No}} ||
| [[Root]] || <source lang=apl inline>√</source> || <source lang=apl inline>1</source> || {{Yes}} || {{No}} ||
|-
|-
| [[And]]/[[LCM]] || <source lang=apl inline>∧</source> || <source lang=apl inline>0</source> || {{Yes}} || {{Yes}} ||
| [[And]]/[[LCM]] || <source lang=apl inline>∧</source> || <source lang=apl inline>1</source> || {{Yes}} || {{Yes}} ||
|-
|-
| [[Or]]/[[GCD]] || <source lang=apl inline>∨</source> || <source lang=apl inline>1</source> || {{Yes}} || {{Yes}} || Non-negative reals only
| [[Or]]/[[GCD]] || <source lang=apl inline>∨</source> || <source lang=apl inline>0</source> || {{Yes}} || {{Yes}} || Non-negative reals only
|-
|-
| [[Less]] || <source lang=apl inline><</source> || <source lang=apl inline>0</source> || {{Yes}} || {{No}} || [[Boolean]]s only
| [[Less]] || <source lang=apl inline><</source> || <source lang=apl inline>0</source> || {{Yes}} || {{No}} || [[Boolean]]s only
Line 104: Line 104:
=== Documentation ===
=== Documentation ===


* [http://help.dyalog.com/latest/#Language/Primitive%20Operators/Reduce.htm Dyalog APL]
* [https://help.dyalog.com/latest/#Language/Primitive%20Operators/Reduce.htm Dyalog APL]


* [https://www.ibm.com/downloads/cas/ZOKMYKOY#page=227 APL2]
* [https://www.ibm.com/downloads/cas/ZOKMYKOY#page=227 APL2]


{{APL features}}[[Category:Function characteristics]]
{{APL features}}[[Category:Function characteristics]]

Navigation menu