pub fn polynomial_roots( coeffs: &[f64], ) -> Result<Vec<Complex>, LinearAlgebraError>
Find all complex roots of a real polynomial — thin facade over the engine solvers::polynomial::polynomial_roots (Durand–Kerner).
solvers::polynomial::polynomial_roots