Cite This Page
Bibliographic details for AKS test for primes
- Page name: AKS test for primes
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 13 January 2025 14:16 UTC
- Date retrieved: 16 February 2025 09:04 UTC
- Permanent URL: https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572
- Page Version ID: 375572
Citation styles for AKS test for primes
APA style
AKS test for primes. (2025, January 13). Rosetta Code. Retrieved 09:04, February 16, 2025 from https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572.
MLA style
"AKS test for primes." Rosetta Code. 13 Jan 2025, 14:16 UTC. 16 Feb 2025, 09:04 <https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572>.
MHRA style
Rosetta Code contributors, 'AKS test for primes', Rosetta Code, 13 January 2025, 14:16 UTC, <https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572> [accessed 16 February 2025]
Chicago style
Rosetta Code contributors, "AKS test for primes," Rosetta Code, https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572 (accessed February 16, 2025).
CBE/CSE style
Rosetta Code contributors. AKS test for primes [Internet]. Rosetta Code; 2025 Jan 13, 14:16 UTC [cited 2025 Feb 16]. Available from: https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572.
Bluebook style
AKS test for primes, https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572 (last visited February 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "AKS test for primes --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572", note = "[Online; accessed 16-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 = "AKS test for primes --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/AKS_test_for_primes?oldid=375572}", note = "[Online; accessed 16-February-2025]" }