Atop (operator): Difference between revisions

Jump to navigation Jump to search
m
→‎Explanation: added missing parenthesis
m (→‎Explanation: added missing parenthesis)
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>
|}
|}


2

edits

Navigation menu