Skip to main content

adaptive_simpson

Function adaptive_simpson 

Source
pub fn adaptive_simpson(a: f64, b: f64, f: fn(f64) -> f64, eps: f64) -> f64