Function newton_interpolation

Source
pub fn newton_interpolation(xs: Vec<f64>, ys: Vec<f64>) -> impl Fn(f64) -> f64