Template:APL built-ins: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
No edit summary
mNo edit summary
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="wikitable mw-collapsible mw-collapsed" style="width:100%;"
<noinclude>__NOTITLE__</noinclude>
! colspan="4" | '''<big>APL built-ins</big>'''
{| class="wikitable mw-collapsible<includeonly> mw-collapsed</includeonly>" style="width:100%"
! colspan=4 | '''<big>APL built-ins</big>''' [[{{fullurl:Template:APL_built-ins|action=edit}} edit]]
|-
|-
| rowspan="9" style="width:6em;" | '''[[Primitive function|Primitive functions]]'''
! rowspan="9" style="width:6em;" | [[Primitive function]]s
|-
|-
| rowspan="3" style="width:6em;" | '''[[Scalar function|Scalar]]'''
! rowspan="3" style="width:6em;" | [[Scalar function|Scalar]]
|-
|-
| style="width:6em;" | '''Monadic''' ||
! style="width:6em;" | Monadic
| [[Conjugate]] ∙ [[Not]] ∙ [[Roll]] ∙ [[Type]]
|-
|-
| '''Dyadic''' ||
! Dyadic
| [[Add]] ∙ [[Subtract]] ∙ [[Equal to]] (Xnor) ∙ [[Not Equal to]] (Xor)
|-
|-
| rowspan="5" | '''[[Mixed function|Non-Scalar]]'''
! rowspan="5" | [[Mixed function|Non-Scalar]]
|-
|-
| '''[[Structural function|Structural]]''' || [[Shape]], [[Reshape]], [[Depth]], [[Ravel]]
! [[Structural function|Structural]]
| [[Shape]] [[Reshape]] ∙ [[Tally]] ∙ [[Depth]] [[Ravel]] ∙ [[Reverse]] ∙ [[Raze]] ∙ [[Mix]] ∙ [[Cut (K)]] ∙ [[Pair]]
|-
|-
| '''Selection''' || [[Take]], [[Drop]], [[Unique]]
! Selection
| [[Take]] [[Drop]] [[Unique]] ∙ [[Identity]] ∙ [[Select]]
|-
|-
| '''Selector''' ||
! Selector
| [[Interval Index]]
|-
|-
| '''Computational''' ||
! Computational
| [[Match]] ∙ [[Not Match]] ∙ [[Nub Sieve]] ∙ [[Format]] ∙ [[Execute]]
|-
|-
| colspan="2" | '''[[Primitive operator|Primitive operators]]''' || colspan="2" |  
! colspan="2" | [[Primitive operator]]s
| colspan="2" | [[Each]] ∙ [[Reverse Compose]]
|-
|-
| rowspan="4" | '''[[Quad names]]'''
! rowspan="4" | [[Quad name]]s
|-
|-
| '''Constants''' || colspan="2" | [[Index origin]]
! Arrays
| colspan="2" | [[Index origin]] ∙ [[Migration level]]
|-
|-
| '''[[System function|Functions]]''' || colspan="2" |  
! [[System function|Functions]]
| colspan="2" |  
|-
|-
| '''Operators''' || colspan="2" |  
! Operators
| colspan="2" |
|-
! Other
| colspan="3" | [[Zilde]] ∙ [[High minus]] ∙ [[Function axis]]
|}
|}

Revision as of 14:51, 12 February 2020

APL built-ins [edit]
Primitive functions
Scalar
Monadic ConjugateNotRollType
Dyadic AddSubtractEqual to (Xnor) ∙ Not Equal to (Xor)
Non-Scalar
Structural ShapeReshapeTallyDepthRavelReverseRazeMixCut (K)Pair
Selection TakeDropUniqueIdentitySelect
Selector Interval Index
Computational MatchNot MatchNub SieveFormatExecute
Primitive operators EachReverse Compose
Quad names
Arrays Index originMigration level
Functions
Operators
Other ZildeHigh minusFunction axis