fn gauss_legendre_quad_pair_tabulated(l: usize, k: usize) -> (f64, f64)
Expand description

General Information

Returns a quad-pair tabulated since approximation by calculation is not good enough for the first 100 or so terms.

Parameters

  • l - the l-th Legendre polynomial
  • k - the k-th zero of the l-th Legendre Polynomial