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: 25 December 2024 18:00 UTC
- Date retrieved: 10 February 2025 00:59 UTC
- Permanent URL: https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776
- Page Version ID: 374776
Citation styles for Primality by Wilson's theorem
APA style
Primality by Wilson's theorem. (2024, December 25). Rosetta Code. Retrieved 00:59, February 10, 2025 from https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776.
MLA style
"Primality by Wilson's theorem." Rosetta Code. 25 Dec 2024, 18:00 UTC. 10 Feb 2025, 00:59 <https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776>.
MHRA style
Rosetta Code contributors, 'Primality by Wilson's theorem', Rosetta Code, 25 December 2024, 18:00 UTC, <https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776> [accessed 10 February 2025]
Chicago style
Rosetta Code contributors, "Primality by Wilson's theorem," Rosetta Code, https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776 (accessed February 10, 2025).
CBE/CSE style
Rosetta Code contributors. Primality by Wilson's theorem [Internet]. Rosetta Code; 2024 Dec 25, 18:00 UTC [cited 2025 Feb 10]. Available from: https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776.
Bluebook style
Primality by Wilson's theorem, https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776 (last visited February 10, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Primality by Wilson's theorem --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776", note = "[Online; accessed 10-February-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 = "Primality by Wilson's theorem --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Primality_by_Wilson%27s_theorem?oldid=374776}", note = "[Online; accessed 10-February-2025]" }