Function astro::interpol::five_values [] [src]

pub fn five_values(y1: f64, y2: f64, y3: f64, y4: f64, y5: f64, n: f64) -> f64

Interpolates an intermediate value of a function from five of it's given values

Returns

Arguments