pub fn lagrange_eval( xs: &[f64], ys: &[f64], x: f64, ) -> Result<f64, InterpolationError>
Evaluate the Lagrange interpolating polynomial through (xs, ys) at x.
(xs, ys)
x