Hi, I accidentally found this in gnu apl:
(2 3⍴.1×⍳6)+[1]2 3⍴⍳6
1.1 1.2 1.3
4.4 4.5 4.6
I would expect a rank error. Bug or feature?
Hi, I accidentally found this in gnu apl:
(2 3⍴.1×⍳6)+[1]2 3⍴⍳6
1.1 1.2 1.3
4.4 4.5 4.6
I would expect a rank error. Bug or feature?