Function astro::interpol::three_values [] [src]

pub fn three_values(y1: f64, y2: f64, y3: f64, n: f64) -> f64

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

Returns

Arguments