Cite This Page
Bibliographic details for Truncatable primes
- Page name: Truncatable primes
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 29 September 2024 09:44 UTC
- Date retrieved: 22 March 2025 12:56 UTC
- Permanent URL: https://rosettacode.org/wiki/Truncatable_primes?oldid=370749
- Page Version ID: 370749
Citation styles for Truncatable primes
APA style
Truncatable primes. (2024, September 29). Rosetta Code. Retrieved 12:56, March 22, 2025 from https://rosettacode.org/wiki/Truncatable_primes?oldid=370749.
MLA style
"Truncatable primes." Rosetta Code. 29 Sep 2024, 09:44 UTC. 22 Mar 2025, 12:56 <https://rosettacode.org/wiki/Truncatable_primes?oldid=370749>.
MHRA style
Rosetta Code contributors, 'Truncatable primes', Rosetta Code, 29 September 2024, 09:44 UTC, <https://rosettacode.org/wiki/Truncatable_primes?oldid=370749> [accessed 22 March 2025]
Chicago style
Rosetta Code contributors, "Truncatable primes," Rosetta Code, https://rosettacode.org/wiki/Truncatable_primes?oldid=370749 (accessed March 22, 2025).
CBE/CSE style
Rosetta Code contributors. Truncatable primes [Internet]. Rosetta Code; 2024 Sep 29, 09:44 UTC [cited 2025 Mar 22]. Available from: https://rosettacode.org/wiki/Truncatable_primes?oldid=370749.
Bluebook style
Truncatable primes, https://rosettacode.org/wiki/Truncatable_primes?oldid=370749 (last visited March 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Truncatable primes --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Truncatable_primes?oldid=370749", note = "[Online; accessed 22-March-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 = "Truncatable primes --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Truncatable_primes?oldid=370749}", note = "[Online; accessed 22-March-2025]" }