bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] an other inner product ,., bug


From: Juergen Sauermann
Subject: Re: [Bug-apl] an other inner product ,., bug
Date: Thu, 17 May 2018 20:39:00 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hi David,

GNU APL shows the same behavior as IBM APL2 (except that the IBM result is nested one more level)):

      1 2 3,.,4 5 6
 1 2 3 4 5 6
      ⍴1 2 3,.,4 5 6

      ≡1 2 3,.,4 5 6
2
      4 ⎕CR 1 2 3,.,4 5 6
┏━━━━━━━━━━━━━┓
┃┏→━━━━━━━━━━┓┃
┃┃1 2 3 4 5 6┃┃
┃┗━━━━━━━━━━━┛┃
┗∊━━━━━━━━━━━━┛



Best Regards,
/// Jürgen



On 05/17/2018 06:52 PM, David Tran wrote:
Hi,

Below shows the bug:

1 2 3 ,., 4 5 6

result: 1 2 3 4 5 6
expected: 1 4 2 5 3 6


Thanks,
David

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]