Skip to main content

real_roots

Function real_roots 

Source
pub fn real_roots(coeffs: &[f64], tol: f64) -> Result<Vec<f64>, SolveError>
Expand description

The real roots (those with |im| < tol), ascending.