pub fn poly_dd_eval(dd: &[f64], xa: &[f64], x: f64) -> f64
Expand description

This function evaluates the polynomial stored in divided-difference form in the arrays dd and xa of length size at the point x.