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: 27 August 2022 00:01 UTC
- Date retrieved: 30 January 2023 08:20 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364
- Page Version ID: 327364
Citation styles for Distinct palindromes within decimal numbers
APA style
Distinct palindromes within decimal numbers. (2022, August 27). Rosetta Code, . Retrieved 08:20, January 30, 2023 from https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364.
MLA style
"Distinct palindromes within decimal numbers." Rosetta Code, . 27 Aug 2022, 00:01 UTC. 30 Jan 2023, 08:20 <https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364>.
MHRA style
Rosetta Code contributors, 'Distinct palindromes within decimal numbers', Rosetta Code, , 27 August 2022, 00:01 UTC, <https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364> [accessed 30 January 2023]
Chicago style
Rosetta Code contributors, "Distinct palindromes within decimal numbers," Rosetta Code, , https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364 (accessed January 30, 2023).
CBE/CSE style
Rosetta Code contributors. Distinct palindromes within decimal numbers [Internet]. Rosetta Code, ; 2022 Aug 27, 00:01 UTC [cited 2023 Jan 30]. Available from: https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364.
Bluebook style
Distinct palindromes within decimal numbers, https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364 (last visited January 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Distinct palindromes within decimal numbers --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364", note = "[Online; accessed 30-January-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 = "Distinct palindromes within decimal numbers --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Distinct_palindromes_within_decimal_numbers&oldid=327364}", note = "[Online; accessed 30-January-2023]" }