pub fn interpolate(
x: &f64,
x_data_in: &Array1<f64>,
y_data_in: &Array1<f64>,
extrapolate: bool,
) -> f64Expand description
interpolation algorithm from http://www.cplusplus.com/forum/general/216928/ Arguments: x : value at which to interpolate