Cite This Page
Bibliographic details for Primality by Wilson's theorem
- Page name: Primality by Wilson's theorem
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 5 October 2022 20:12 UTC
- Date retrieved: 21 March 2023 07:50 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244
- Page Version ID: 331244
Citation styles for Primality by Wilson's theorem
APA style
Primality by Wilson's theorem. (2022, October 5). Rosetta Code, . Retrieved 07:50, March 21, 2023 from https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244.
MLA style
"Primality by Wilson's theorem." Rosetta Code, . 5 Oct 2022, 20:12 UTC. 21 Mar 2023, 07:50 <https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244>.
MHRA style
Rosetta Code contributors, 'Primality by Wilson's theorem', Rosetta Code, , 5 October 2022, 20:12 UTC, <https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244> [accessed 21 March 2023]
Chicago style
Rosetta Code contributors, "Primality by Wilson's theorem," Rosetta Code, , https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244 (accessed March 21, 2023).
CBE/CSE style
Rosetta Code contributors. Primality by Wilson's theorem [Internet]. Rosetta Code, ; 2022 Oct 5, 20:12 UTC [cited 2023 Mar 21]. Available from: https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244.
Bluebook style
Primality by Wilson's theorem, https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244 (last visited March 21, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Primality by Wilson's theorem --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244", note = "[Online; accessed 21-March-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 = "Primality by Wilson's theorem --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Primality_by_Wilson%27s_theorem&oldid=331244}", note = "[Online; accessed 21-March-2023]" }