On Tue, May 17, 2022 at 10:22 AM 'Viktor Grigorov' via Programming <programm...@jsoftware.com> wrote: > 9!:19 0.00001 > 9!:19 1.00000000000000008e_5 > ({.e.}.)"1 w > 0 0 0 0 0 > > Lowering the comparison tolerance further doesn't help. What am I doing > wrong? This can't be a 904 issue, since it happens on the 9.03.08 as well.
Caution: You did not set the comparison tolerance here. (When working with a sequence of numbers, J syntax treats them in much the same way as quoted strings. Thus, 9!:19 0.00001 is syntactically (but not semantically) equivalent to '9'!:'19 0.00001'.) Try: 9!:19(0.00001) Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm