Template:APL built-ins: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Add Link)
No edit summary
(3 intermediate revisions by the same user not shown)
Line 31: Line 31:
|-
|-
! Dyadic
! Dyadic
| colspan="2" | [[Inner Product]] ∙ [[Power (operator)|Power]] [[Rank (operator)|Rank]] [[Bind]] [[Beside]] [[Reverse Compose]] ∙ [[Atop]] ∙ [[Over]] ∙ [[At]] ∙ [[Variant]] ∙ [[Stencil]] ∙ [[Depth (operator)|Depth]]
| colspan="2" | [[Bind]] ∙ [[Function composition|Composition]]s ([[Compose]], [[Reverse Compose]], [[Beside]], [[Atop]], [[Over]]) ∙ [[Inner Product]] ∙ [[Power (operator)|Power]] ∙ [[At]] ∙ [[Under]] ∙ [[Rank (operator)|Rank]] ∙ [[Depth (operator)|Depth]] ∙ [[Variant]] ∙ [[Stencil]]
|-
|-
! rowspan="4" | [[Quad name]]s
! rowspan="4" | [[Quad name]]s
Line 39: Line 39:
|-
|-
! [[System function|Functions]]
! [[System function|Functions]]
| colspan="2" |  
| colspan="2" | [[Case convert]]
|-
|-
! Operators
! Operators
| colspan="2" |
| colspan="2" | [[Search]] ∙ [[Replace]]
|}
|}

Revision as of 20:05, 24 June 2020

APL built-ins [edit]
Primitive functions
Scalar
Monadic ConjugateNegateSignumReciprocalMagnitudeExponentialNatural LogarithmFloorCeilingFactorialNotPi TimesRollTypeImaginarySquare Root
Dyadic AddSubtractTimesDivideResiduePowerLogarithmMinimumMaximumBinomialComparison functionsBoolean functions (And, Or, Nand, Nor) ∙ GCDLCMCircularComplexRoot
Non-Scalar
Structural ShapeReshapeTallyDepthRavelEnlistTableCatenateReverseRotateTransposeRazeMixSplitEncloseNestCut (K)PairLinkPartitioned EnclosePartition
Selection FirstPickTakeDropUniqueIdentitySelectReplicateExpandSet functions (IntersectionUnionWithout) ∙ Bracket indexingIndex
Selector Index generatorGradeIndex OfInterval IndexIndicesDeal
Computational MatchNot MatchMembershipFindNub SieveEncodeDecodeMatrix InverseMatrix DivideFormatExecuteMaterialise
Primitive operators Monadic EachCommuteConstantReplicateExpandReduceWindowed ReduceScanOuter ProductKeyI-beamSpawnFunction axis
Dyadic BindCompositions (Compose, Reverse Compose, Beside, Atop, Over) ∙ Inner ProductPowerAtUnderRankDepthVariantStencil
Quad names
Arrays Index originMigration level
Functions Case convert
Operators SearchReplace