Given the lower and upper limits of integration x1
and x2
, this routine returns arrays x
and w
of length n
,
containing the abscissas and weights of the Gauss-Legendre n
-point
quadrature formula.
Usage
; const x w = ;
Given the lower and upper limits of integration x1
and x2
, this routine returns arrays x
and w
of length n
,
containing the abscissas and weights of the Gauss-Legendre n
-point
quadrature formula.
Usage
; const x w = ;
npm i gauss-legendre
0
1.0.0
MIT
3.6 kB
4