On 13 Jun 2006 at 9:45, dly said:

> J504 (Darwin for MacOSX)
> 
>  n-:(n=.1000+i.1000)^1r2
> 0
> 
>  1 10 100 1000 10000 11111^1r2
> 1 3.16228 10 31.6228 100 105.409

Did you try it with left operands all in the 10000 to 19999 range, given 
that that's what fails on the Windows versions?

BTW I also found another failure range:
   100000000^1r2
100000000
   123456789^1r2
123456789
   123456789^0.5
11111.1
   123456789^x: 0.5
123456789

and
   10000^3r2
1000000000000

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to