Skip to main content

polynomial_roots

Function polynomial_roots 

Source
pub fn polynomial_roots(
    coeffs: &[f64],
) -> Result<Vec<Complex>, LinearAlgebraError>
Expand description

Find all complex roots of a real polynomial — thin facade over the engine solvers::polynomial::polynomial_roots (Durand–Kerner).