bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Performance problem with simple program


From: Peter Teeson
Subject: Re: [Bug-apl] Performance problem with simple program
Date: Wed, 07 Oct 2015 10:19:18 -0400

Re: encode
> ((1+⌊10⍟N)⍴10)⊤...


I was wondering why the APL Lang Ref Manual p.161 shows:
⌊1+L⍟(|R)+R=0

Why would this not be just as correct?
⌈L⍟(|R)+R=0

and so 
> ((⌈10⍟N)⍴10)⊤...

two symbols less……..<grin>







reply via email to

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