pub fn gauss_legendre_quadrature<F, Y>(f: F, n: usize, (a, b): (f64, f64)) -> YExpand description
Gauss Legendre Quadrature
§Type
f, n, (a,b) -> YYimplementsGLKIntegrable, likef64orC64(complexfeature only)f: Numerical function (Fn(f64) -> Y)n: Order of Legendre polynomial (up to 16)(a,b): Interval of integration
§Reference
- A. N. Lowan et al. (1942)