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: 11 April 2024 14:15 UTC
- Date retrieved: 25 April 2025 22:44 UTC
- Permanent URL: https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461
- Page Version ID: 363461
Citation styles for AKS test for primes
APA style
AKS test for primes. (2024, April 11). Rosetta Code. Retrieved 22:44, April 25, 2025 from https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461.
MLA style
"AKS test for primes." Rosetta Code. 11 Apr 2024, 14:15 UTC. 25 Apr 2025, 22:44 <https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461>.
MHRA style
Rosetta Code contributors, 'AKS test for primes', Rosetta Code, 11 April 2024, 14:15 UTC, <https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461> [accessed 25 April 2025]
Chicago style
Rosetta Code contributors, "AKS test for primes," Rosetta Code, https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461 (accessed April 25, 2025).
CBE/CSE style
Rosetta Code contributors. AKS test for primes [Internet]. Rosetta Code; 2024 Apr 11, 14:15 UTC [cited 2025 Apr 25]. Available from: https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461.
Bluebook style
AKS test for primes, https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461 (last visited April 25, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "AKS test for primes --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461", note = "[Online; accessed 25-April-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 = "2024", url = "\url{https://rosettacode.org/wiki/AKS_test_for_primes?oldid=363461}", note = "[Online; accessed 25-April-2025]" }