Cite This Page
Bibliographic details for Distinct Palindromes within decimal numbers
- Page name: Distinct Palindromes within decimal numbers
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 13 February 2022 16:03 UTC
- Date retrieved: 9 December 2024 07:58 UTC
- Permanent URL: https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458
- Page Version ID: 319458
Citation styles for Distinct Palindromes within decimal numbers
APA style
Distinct Palindromes within decimal numbers. (2022, February 13). Rosetta Code. Retrieved 07:58, December 9, 2024 from https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458.
MLA style
"Distinct Palindromes within decimal numbers." Rosetta Code. 13 Feb 2022, 16:03 UTC. 9 Dec 2024, 07:58 <https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458>.
MHRA style
Rosetta Code contributors, 'Distinct Palindromes within decimal numbers', Rosetta Code, 13 February 2022, 16:03 UTC, <https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458> [accessed 9 December 2024]
Chicago style
Rosetta Code contributors, "Distinct Palindromes within decimal numbers," Rosetta Code, https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458 (accessed December 9, 2024).
CBE/CSE style
Rosetta Code contributors. Distinct Palindromes within decimal numbers [Internet]. Rosetta Code; 2022 Feb 13, 16:03 UTC [cited 2024 Dec 9]. Available from: https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458.
Bluebook style
Distinct Palindromes within decimal numbers, https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458 (last visited December 9, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Distinct Palindromes within decimal numbers --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458", note = "[Online; accessed 9-December-2024]" }
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 = "Distinct Palindromes within decimal numbers --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/wiki/Distinct_Palindromes_within_decimal_numbers?oldid=319458}", note = "[Online; accessed 9-December-2024]" }