Completing the fix for MATH-414, I saw that ContinuedFraction still throws
MaxIterationsExceededException. I thought it would be good to eliminate the
use of the deprecated exception in trunk, but I got stuck because the
replacement, MaxCountExceededException does not allow the initial argument
to
> Completing the fix for MATH-414, I saw that ContinuedFraction still throws
> MaxIterationsExceededException. I thought it would be good to eliminate the
> use of the deprecated exception in trunk, but I got stuck because the
> replacement, MaxCountExceededException does not allow the initial arg
On Sun, Nov 28, 2010 at 8:47 PM, Gilles Sadowski <
gil...@harfang.homelinux.org> wrote:
> > Completing the fix for MATH-414, I saw that ContinuedFraction still
> throws
> > MaxIterationsExceededException. I thought it would be good to eliminate
> the
> > use of the deprecated exception in trunk,