Expand description
Contains an implementation of the Newton-Raphson method for approximating roots of polynomials (and more generally, “well-behaved” functions).
Structs§
- Precision
Error unstable-enable
- Availability
Functions§
- absolute_
error_ of_ poly_ eval unstable-enable
- Availability
- find_
all_ approximate_ complex_ roots unstable-enable
- Finds an approximation to all complex roots of the given integer polynomial.
- find_
approximate_ complex_ root unstable-enable
- Finds an approximation to a complex root of the given integer polynomial.