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
(18 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>''' [[{{fullurl:Template:APL_built-ins_body|action=edit}} edit]]
{| 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]]
{{APL built-ins body}}
|-
! rowspan="9" style="width:6em;" | [[Primitive function]]s
|-
! rowspan="3" style="width:6em;" | [[Scalar function|Scalar]]
|-
! style="width:6em;" | Monadic
| [[Conjugate]] ∙ [[Not]] ∙ [[Roll]] ∙ [[Type]]
|-
! Dyadic
| [[Add]] ∙ [[Subtract]] ∙ [[Equal to]] (Xnor) ∙ [[Not Equal to]] (Xor)
|-
! rowspan="5" | [[Mixed function|Non-Scalar]]
|-
! [[Structural function|Structural]]
| [[Shape]] ∙ [[Reshape]] ∙ [[Tally]] ∙ [[Depth]] ∙ [[Ravel]] ∙ [[Reverse]] ∙ [[Raze]] ∙ [[Mix]] ∙ [[Cut (K)]] ∙ [[Pair]]
|-
! Selection
| [[Take]] ∙ [[Drop]] ∙ [[Unique]] ∙ [[Identity]] ∙ [[Select]]
|-
! Selector
| [[Interval Index]]
|-
! Computational
| [[Match]] ∙ [[Not Match]] ∙ [[Nub Sieve]] ∙ [[Format]] ∙ [[Execute]]
|-
! colspan="2" | [[Primitive operator]]s
| colspan="2" | [[Each]] ∙ [[Reverse Compose]]
|-
! rowspan="4" | [[Quad name]]s
|-
! Arrays
| colspan="2" | [[Index origin]] ∙ [[Migration level]]
|-
! [[System function|Functions]]
| 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