Strand notation: Difference between revisions

Jump to navigation Jump to search
147 bytes added ,  14:42, 30 October 2019
no edit summary
Miraheze>Adám Brudzewsky
m (Text replacement - "</code>" to "</source>")
Miraheze>Marshall
No edit summary
Line 17: Line 17:
</pre>
</pre>
For operators that take array operands, such as the [[Rank operator]], stranding before operator application can be beneficial. Without it, a function with two ranks such as <source lang=apl inline>⊥⍤0 1</source> would have to be written with parentheses <source lang=apl inline>⊥⍤(0 1)</source>.
For operators that take array operands, such as the [[Rank operator]], stranding before operator application can be beneficial. Without it, a function with two ranks such as <source lang=apl inline>⊥⍤0 1</source> would have to be written with parentheses <source lang=apl inline>⊥⍤(0 1)</source>.
== External links ==
=== Documentation ===
[http://help.dyalog.com/latest/Content/Language/Introduction/Variables/Vector%20Notation.htm Dyalog]
Anonymous user

Navigation menu