Skip to main content

newton_eval

Function newton_eval 

Source
pub fn newton_eval(xs: &[f64], coef: &[f64], x: f64) -> f64
Expand description

Evaluate the Newton form (Horner over the nested products) at x.