Cite This Page
Bibliographic details for Numerical integration/Gauss-Legendre Quadrature
- Page name: Numerical integration/Gauss-Legendre Quadrature
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 21 July 2024 12:20 UTC
- Date retrieved: 19 May 2025 18:28 UTC
- Permanent URL: https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932
- Page Version ID: 366932
Citation styles for Numerical integration/Gauss-Legendre Quadrature
APA style
Numerical integration/Gauss-Legendre Quadrature. (2024, July 21). Rosetta Code. Retrieved 18:28, May 19, 2025 from https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932.
MLA style
"Numerical integration/Gauss-Legendre Quadrature." Rosetta Code. 21 Jul 2024, 12:20 UTC. 19 May 2025, 18:28 <https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932>.
MHRA style
Rosetta Code contributors, 'Numerical integration/Gauss-Legendre Quadrature', Rosetta Code, 21 July 2024, 12:20 UTC, <https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932> [accessed 19 May 2025]
Chicago style
Rosetta Code contributors, "Numerical integration/Gauss-Legendre Quadrature," Rosetta Code, https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932 (accessed May 19, 2025).
CBE/CSE style
Rosetta Code contributors. Numerical integration/Gauss-Legendre Quadrature [Internet]. Rosetta Code; 2024 Jul 21, 12:20 UTC [cited 2025 May 19]. Available from: https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932.
Bluebook style
Numerical integration/Gauss-Legendre Quadrature, https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932 (last visited May 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Numerical integration/Gauss-Legendre Quadrature --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932", note = "[Online; accessed 19-May-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Numerical integration/Gauss-Legendre Quadrature --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Numerical_integration/Gauss-Legendre_Quadrature?oldid=366932}", note = "[Online; accessed 19-May-2025]" }