Atop (operator): Difference between revisions

Jump to navigation Jump to search
58 bytes added ,  23:37, 19 June 2022
m
→‎Explanation: added missing parenthesis
(History)
m (→‎Explanation: added missing parenthesis)
(One intermediate revision by one other user not shown)
Line 8: Line 8:
When the resulting function is used [[dyadic]]ally, the result is post-processed:
When the resulting function is used [[dyadic]]ally, the result is post-processed:
{|
{|
|<source lang=apl>⍺ (g ⍤ h) ⍵</source>|| {{←→}} ||<source lang=apl>g ⍺ h ⍵)</source>
|<source lang=apl>⍺ (g ⍤ h) ⍵</source>|| {{←→}} ||<source lang=apl>g (⍺ h ⍵)</source>
|}
|}


Line 36: Line 36:
* [https://help.dyalog.com/latest/#Language/Primitive%20Operators/Atop.htm Dyalog]
* [https://help.dyalog.com/latest/#Language/Primitive%20Operators/Atop.htm Dyalog]
* J [https://www.jsoftware.com/help/dictionary/d632.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/atco NuVoc]
* J [https://www.jsoftware.com/help/dictionary/d632.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/atco NuVoc]
* [https://mlochbaum.github.io/BQN/doc/compose.html BQN]
{{APL built-ins}}[[Category:Primitive operators]][[Category:Composition operators]]
{{APL built-ins}}[[Category:Primitive operators]][[Category:Composition operators]]
2

edits

Navigation menu