Skip to main content

poly_eval

Function poly_eval 

Source
pub fn poly_eval(coeffs: &[f64], x: f64) -> f64
Expand description

Evaluate a polynomial given ascending coefficients at x (Horner).