Numerical integration/Gauss-Legendre Quadrature: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl}}: Fix link: Perl 6 --> Raku)
m (→‎{{header|Sidef}}: Fix link: Perl 6 --> Raku)
Line 2,473: Line 2,473:


=={{header|Sidef}}==
=={{header|Sidef}}==
{{trans|Perl 6}}
{{trans|Raku}}
<lang ruby>func legendre_pair((1), x) { (x, 1) }
<lang ruby>func legendre_pair((1), x) { (x, 1) }
func legendre_pair( n, x) {
func legendre_pair( n, x) {