Skip to main content

poly_roots

Function poly_roots 

Source
pub fn poly_roots(coeffs: &[f64]) -> Vec<Complex>
Expand description

Find polynomial roots using Durand-Kerner method.

Returns approximate complex roots for polynomials of any degree.