Hi Fred, I have a question about the MOD_test.apl that you kindly provided. In function DIVJ on line 57 ff it says: z ← q , a - b × q ← CMPLX ⌊ ( 9 11 ) ○ a ÷ b so the quotient is rounded down towards minus infinity. I wonder if that should be something like z ← q , (× q1) × a - b × q ← CMPLX ⌊ ∣ 9 11 ○ q1 ← a ÷ b so that the quotient is rounded towards 0? Interestingly IBM and ISO give different definitions for the residue in terms of APL: IBM (language reference, page 227): Z←L∣R Z is R-L×⌊ R÷L+L=0 ISO (chapter 7.2.9 Residue): R←Q∣P R←P-(×P)×|Q×⌊|P÷Q and return R if (×R)=×Q, or R+Q otherwise. That suggest that IBM rounds the quotient down towards minus infinity while ISO rounds towards 0. My naive view on remainder is that the nearest integer quotient shall be smaller in magnitude and not smaller in value. Regarding your proposal (which is different from both IBM and ISO) my concern is that may lead to different results for modulo N and modulo N×1J0 Best Regards, Jürgen Sauermann On 06/21/2017 03:08 AM, Frederick Pitts
wrote:
|
- [Bug-apl] Modulo or residue function is not generating c... Frederick Pitts
- Re: [Bug-apl] Modulo or residue function is not gen... Jay Foad
- Re: [Bug-apl] Modulo or residue function is not gen... Jay Foad
- Re: [Bug-apl] Modulo or residue function is not... Elias Mårtenson
- Re: [Bug-apl] Modulo or residue function is... Jay Foad
- Re: [Bug-apl] Modulo or residue functio... Elias Mårtenson
- Re: [Bug-apl] Modulo or residue function is not... Xiao-Yong Jin
- Re: [Bug-apl] Modulo or residue function is not gen... Juergen Sauermann
- Re: [Bug-apl] Modulo or residue function is not... Frederick Pitts
- Re: [Bug-apl] Modulo or residue function is not... Frederick Pitts
- Re: [Bug-apl] Modulo or residue function is... Juergen Sauermann
- Re: [Bug-apl] Modulo or residue functio... Frederick Pitts
- Re: [Bug-apl] Modulo or residue fu... Juergen Sauermann
- Re: [Bug-apl] Modulo or residu... Juergen Sauermann
- Re: [Bug-apl] Modulo or re... Frederick Pitts
- Re: [Bug-apl] Modulo or re... Jay Foad
- Re: [Bug-apl] Modulo or re... Louis de Forcrand
- Re: [Bug-apl] Modulo or re... Juergen Sauermann
- Re: [Bug-apl] Modulo or re... Frederick Pitts
- Re: [Bug-apl] Modulo or re... Juergen Sauermann
- Re: [Bug-apl] Modulo or re... Juergen Sauermann