pub fn roots(coeffs: &[f64]) -> Result<Vec<Complex>, SolveError>
All complex roots of a real polynomial given in descending coefficients (coeffs[0]·xⁿ + … + coeffs[n]).
coeffs[0]·xⁿ + … + coeffs[n]