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

2014-02-11 Thread Juergen Sauermann
Hi, thanks, fixed in SVN 117. /// Jürgen On 01/30/2014 10:23 PM, Kacper Gutowski wrote: 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

[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