Cite This Page
Bibliographic details for Largest palindrome product
- Page name: Largest palindrome product
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 1 September 2024 21:39 UTC
- Date retrieved: 19 January 2025 16:33 UTC
- Permanent URL: https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429
- Page Version ID: 369429
Citation styles for Largest palindrome product
APA style
Largest palindrome product. (2024, September 1). Rosetta Code. Retrieved 16:33, January 19, 2025 from https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429.
MLA style
"Largest palindrome product." Rosetta Code. 1 Sep 2024, 21:39 UTC. 19 Jan 2025, 16:33 <https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429>.
MHRA style
Rosetta Code contributors, 'Largest palindrome product', Rosetta Code, 1 September 2024, 21:39 UTC, <https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429> [accessed 19 January 2025]
Chicago style
Rosetta Code contributors, "Largest palindrome product," Rosetta Code, https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429 (accessed January 19, 2025).
CBE/CSE style
Rosetta Code contributors. Largest palindrome product [Internet]. Rosetta Code; 2024 Sep 1, 21:39 UTC [cited 2025 Jan 19]. Available from: https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429.
Bluebook style
Largest palindrome product, https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Largest palindrome product --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429", note = "[Online; accessed 19-January-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 = "Largest palindrome product --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Largest_palindrome_product?oldid=369429}", note = "[Online; accessed 19-January-2025]" }