Split composition: Difference between revisions

Jump to navigation Jump to search
15 bytes removed ,  09:14, 16 September 2022
use actual split-compose
m (Text replacement - "<source" to "<syntaxhighlight")
(use actual split-compose)
Line 10: Line 10:
This is evaluated as <syntaxhighlight lang=apl inline>(⍳5) × (|5 ¯8 ¯2 ¯5 3)</syntaxhighlight>. A further example concatenates the reciprocal of the left argument with the negation of the right:
This is evaluated as <syntaxhighlight lang=apl inline>(⍳5) × (|5 ¯8 ¯2 ¯5 3)</syntaxhighlight>. A further example concatenates the reciprocal of the left argument with the negation of the right:
<syntaxhighlight lang=apl>
<syntaxhighlight lang=apl>
       2(,⍨∘÷⍨∘-⍨⍨)4
       2 ÷⍛,- 4
0.5 ¯4
0.5 ¯4
</syntaxhighlight>
</syntaxhighlight>

Navigation menu