Function construct::lin2 [] [src]

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

Creates a linear interpolation between two functions.