[Bug-apl] Near-real numbers not handled properly

2014-01-30 Thread Kacper Gutowski
Hi, It seems that functions requiring “near-real numbers” as arguments throw DOMAIN ERROR when given a value represented internally as complex even if imaginary part is exactly equal zero. 1 > 0J0 DOMAIN ERROR 1>0 ^^ 1 ⌊ 0J0 DOMAIN ERROR 1⌊0 ^^ etc. Note: from

Re: [Bug-apl] 8⎕CR on empty string array prints strange result

2014-01-30 Thread Elias Mårtenson
OK, this was more complex than I understood. I'm still trying to grasp this stuff. :-) In the document you linked to (thanks for that by the way!) they state the following: *Moreover, on certain implementations addition of empty arrays is not always commutative (e.g., L+R does not match R+L).*