I think that this stuff is resolved. Not sure when exactly because bisectable is refusing to work today, but this is TESTNEEDED.
On 2015-06-05 09:18:44, alex.jakime...@gmail.com wrote: > Code: > .say for Inf..0 > > Result: > -9223372036854775808 > -9223372036854775808 > -9223372036854775808 > -9223372036854775808 > ... and so on (infinitely) ... > > Code: > .say for -Inf..0 > Result: > -Inf > -Inf > -Inf > -Inf > ... and so on exactly 1024 times, but then suddenly: > -9223372036854775808 > -9223372036854775808 > -9223372036854775808 > -9223372036854775808 > ... and so on (infinitely) ... > > Code: > .say for NaN..0 > Result: > -Inf > -Inf > -Inf > -Inf > ... and so on exactly 1024 times, but then suddenly: > -9223372036854775808 > -9223372036854775808 > -9223372036854775808 > -9223372036854775808 > ... and so on (infinitely) ...