Univariate Continued Fraction solver |
The family of methods based on continued fraction expansion proceed as follows:
Algorithm solve_continued_fraction(f,
|
Such a solver computes the first terms of the continued fraction expansion of the roots of a univariate polynomial. Two variants are also available, depending wether we want to isolate or approximate the real roots.