Cite This Page
Bibliographic details for Primorial primes
- Page name: Primorial primes
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 12 September 2022 10:56 UTC
- Date retrieved: 30 January 2023 20:43 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962
- Page Version ID: 329962
Citation styles for Primorial primes
APA style
Primorial primes. (2022, September 12). Rosetta Code, . Retrieved 20:43, January 30, 2023 from https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962.
MLA style
"Primorial primes." Rosetta Code, . 12 Sep 2022, 10:56 UTC. 30 Jan 2023, 20:43 <https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962>.
MHRA style
Rosetta Code contributors, 'Primorial primes', Rosetta Code, , 12 September 2022, 10:56 UTC, <https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962> [accessed 30 January 2023]
Chicago style
Rosetta Code contributors, "Primorial primes," Rosetta Code, , https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962 (accessed January 30, 2023).
CBE/CSE style
Rosetta Code contributors. Primorial primes [Internet]. Rosetta Code, ; 2022 Sep 12, 10:56 UTC [cited 2023 Jan 30]. Available from: https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962.
Bluebook style
Primorial primes, https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962 (last visited January 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Primorial primes --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962", 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 = "Primorial primes --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Primorial_primes&oldid=329962}", note = "[Online; accessed 30-January-2023]" }