pub fn quad_adaptive<T, F>( f: &F, a: T, b: T, config: &QuadConfig<T>, ) -> Result<IntegrationResult<T>>where T: Float + Debug + Sum, F: Fn(T) -> T,
Adaptive quadrature with configuration
f
a
b
config
IntegrationResult