On 01/16/2011 07:47 PM, Gilbert R. Roehrbein (via RT) wrote:
> fixes the problem which you encounter when you try to evaluate
> +(23..2300000000)

... and creates others. Consider

(0..^3.3).Numeric

Where you patch makes it return 3, but 4 is the correct answer.

Maybe checking for ~~ Int instead of ~~ Numeric helps, but we also need
to more tests.

Cheers,
Moritz

Reply via email to