Re: [Bug-apl] Equal incorrect for non-real arguments

2014-07-15 Thread Kacper Gutowski
On 2014-07-15 20:09:40, Juergen Sauermann wrote: > Except that (not so obviously) : > > > 1E¯15 = 1E¯14 > 0 Sorry, my mistake. You're, of course, right. Current (r376) behaviour seems to be correct with one exception: 1E¯15 = 1E¯14 0 1E¯15J0 = 1E¯14J0 1 Both should be zero,

Re: [Bug-apl] 2 Quad TF incorrect for complex numbers

2014-07-15 Thread Juergen Sauermann
Hi Kacper. thanks, fixed in SVN 376. /// Jürgen On 07/15/2014 12:18 PM, Kacper Gutowski wrote: 2⎕TF re-uses real part for imaginary part: X←5J0 10⎕CR'X' ◊ 2⎕TF'X' X←5J0 X←5J5 -k

Re: [Bug-apl] Equal incorrect for non-real arguments

2014-07-15 Thread Juergen Sauermann
Hi Kacper, thanks , fixed in SVN 376. Except that (not so obviously) : * 1E¯15 = 1E¯14 0 * **/// Jürgen On 07/15/2014 11:55 AM, Kacper Gutowski wrote: When either of arguments of = has imaginary part of magnitude greater than comparison tolerance, a domain error is thrown. ⎕CT

[Bug-apl] 2 Quad TF incorrect for complex numbers

2014-07-15 Thread Kacper Gutowski
2⎕TF re-uses real part for imaginary part: X←5J0 10⎕CR'X' ◊ 2⎕TF'X' X←5J0 X←5J5 -k

[Bug-apl] Equal incorrect for non-real arguments

2014-07-15 Thread Kacper Gutowski
When either of arguments of = has imaginary part of magnitude greater than comparison tolerance, a domain error is thrown. ⎕CT 1E¯13 0J1 = 0J1 DOMAIN ERROR 0J1=0J1 ^ ^ There are no conditions under which = is allowed to throw a domain error at all so this is serious. W

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-15 Thread Elias Mårtenson
The latest version of the SQL library has renamed the ResultValue files: https://github.com/lokedhs/apl-sqlite Regards, Elias On 15 July 2014 16:30, Jay Foad wrote: > The attached patch lets me build without libsqlite3-dev again, by > moving both ResultValue.* and apl-sqlite.* into the "if SQ

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-15 Thread Jay Foad
The attached patch lets me build without libsqlite3-dev again, by moving both ResultValue.* and apl-sqlite.* into the "if SQLITE3" part of the makefile. Jay. On 15 July 2014 03:12, Elias Mårtenson wrote: > It's not supposed to. I think the error is that it still tries to compile > ResultValue.cc