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: 27 August 2022 17:31 UTC
- Date retrieved: 7 February 2023 20:37 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801
- Page Version ID: 327801
Citation styles for Largest palindrome product
APA style
Largest palindrome product. (2022, August 27). Rosetta Code, . Retrieved 20:37, February 7, 2023 from https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801.
MLA style
"Largest palindrome product." Rosetta Code, . 27 Aug 2022, 17:31 UTC. 7 Feb 2023, 20:37 <https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801>.
MHRA style
Rosetta Code contributors, 'Largest palindrome product', Rosetta Code, , 27 August 2022, 17:31 UTC, <https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801> [accessed 7 February 2023]
Chicago style
Rosetta Code contributors, "Largest palindrome product," Rosetta Code, , https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801 (accessed February 7, 2023).
CBE/CSE style
Rosetta Code contributors. Largest palindrome product [Internet]. Rosetta Code, ; 2022 Aug 27, 17:31 UTC [cited 2023 Feb 7]. Available from: https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801.
Bluebook style
Largest palindrome product, https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801 (last visited February 7, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Largest palindrome product --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801", note = "[Online; accessed 7-February-2023]" }
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 = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Largest_palindrome_product&oldid=327801}", note = "[Online; accessed 7-February-2023]" }