[][src]Function error_predictive_learning::utils::cmp

pub fn cmp<F, G>(n: u32, start: f64, end: f64, f: F, g: G) -> f64 where
    F: Fn(f64) -> f64,
    G: Fn(f64) -> f64

Compares two functions of a single variable.