APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
(fixed typod evaluation)
Line 169: Line 169:
<source lang=apl>
<source lang=apl>
       0,1+⌈⌿2+/sizes
       0,1+⌈⌿2+/sizes
0 9 21 33 42
0 9 12 12 9
</source>
</source>
Finally, we compute the total offset for each column/row by finding the running total of the offsets:
Finally, we compute the total offset for each column/row by finding the running total of the offsets: