Re: [Bug-apl] Division by zero in floats and complex

2018-05-23 Thread Juergen Sauermann
Hi Kacper, thanks, fixed in SVN 1050. /// Jürgen On 05/23/2018 04:20 AM, Kacper Gutowski wrote: Hi, I'm pretty sure it worked at some point before, but now (r1049) I encountered the following: 1.1÷0 ⍝ should signal

[Bug-apl] Division by zero in floats and complex

2018-05-22 Thread Kacper Gutowski
Hi, I'm pretty sure it worked at some point before, but now (r1049) I encountered the following: 1.1÷0 ⍝ should signal DOMAIN ERROR like 1÷0 does 0 1J1÷0 ⍝ ditto 0 And when I tried to ensure division by zero doesn't happen in the first place, I ran into this: a←1.1× b←1 0