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
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>__NOTITLE__</noinclude>
<noinclude>__NOTITLE__</noinclude>
{| class="wikitable mw-collapsible<includeonly> mw-collapsed</includeonly>" style="width:100%"
{| class="wikitable mw-collapsible<includeonly> mw-collapsed</includeonly>" style="width:100%"
! colspan=4 | '''<big>APL built-ins</big>''' [[{{fullurl:{{PAGENAME}}|action=edit}} edit]]
! 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]]
| [[Conjugate]] ∙ [[Not]] ∙ [[Roll]] ∙ [[Type]]
|-
|-
! Dyadic
! Dyadic
| [[Plus]]
| [[Add]] ∙ [[Subtract]] ∙ [[Equal to]] (Xnor) ∙ [[Not Equal to]] (Xor)
|-
|-
! rowspan="5" | [[Mixed function|Non-Scalar]]
! rowspan="5" | [[Mixed function|Non-Scalar]]
|-
|-
! [[Structural function|Structural]]
! [[Structural function|Structural]]
| [[Shape]] ∙ [[Reshape]] ∙ [[Depth]] ∙ [[Ravel]] ∙ [[Reverse]]
| [[Shape]] ∙ [[Reshape]] ∙ [[Tally]] ∙ [[Depth]] ∙ [[Ravel]] ∙ [[Reverse]] ∙ [[Raze]] ∙ [[Mix]] ∙ [[Cut (K)]] ∙ [[Pair]]
|-
|-
! Selection
! Selection
| [[Take]] ∙ [[Drop]] ∙ [[Unique]]
| [[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" | [[Primitive operator]]s
| colspan="2" | [[Each]]
| colspan="2" | [[Each]] ∙ [[Reverse Compose]]
|-
|-
! rowspan="4" | [[Quad names]]
! rowspan="4" | [[Quad name]]s
|-
|-
! Constants
! Arrays
| colspan="2" | [[Index origin]] ∙ [[Migration level]]
| colspan="2" | [[Index origin]] ∙ [[Migration level]]
|-
|-
Line 40: Line 40:
! Operators
! Operators
| colspan="2" |
| 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