Module newton

Module newton 

Source
Expand description

Contains an implementation of the Newton-Raphson method for approximating roots of polynomials (and more generally, “well-behaved” functions).

Structs§

PrecisionErrorunstable-enable
Availability

Functions§

absolute_error_of_poly_evalunstable-enable
Availability
find_all_approximate_complex_rootsunstable-enable
Finds an approximation to all complex roots of the given integer polynomial.
find_approximate_complex_rootunstable-enable
Finds an approximation to a complex root of the given integer polynomial.