Function lin2

Source
pub fn lin2<T: Float>(a: Fn1<T>, b: Fn1<T>) -> Fn1<T>
Expand description

Creates a linear interpolation between two functions.