pub fn newton_cotes_quadrature<F>(f: F, n: usize, (a, b): (f64, f64)) -> f64where
    F: Fn(f64) -> f64,
Expand description

Newton Cotes Quadrature