Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parsing of RealFloat with huge exponents (#7034). | Paolo Capriotti | 2012-07-02 | 1 | -0/+11 |
Ensure numberToRangedRational returns Nothing immediately if the exponent is outside Int range, so that we avoid an integer overflow later. |