Function polymers::math::integrate_1d_grid

source ยท
pub fn integrate_1d_grid(f: &dyn Fn(&f64) -> f64, grid: &[f64], dx: &f64) -> f64