Cite This Page
Bibliographic details for Legendre prime counting function
- Page name: Legendre prime counting function
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 8 January 2023 06:48 UTC
- Date retrieved: 31 March 2023 12:41 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237
- Page Version ID: 335237
Citation styles for Legendre prime counting function
APA style
Legendre prime counting function. (2023, January 8). Rosetta Code, . Retrieved 12:41, March 31, 2023 from https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237.
MLA style
"Legendre prime counting function." Rosetta Code, . 8 Jan 2023, 06:48 UTC. 31 Mar 2023, 12:41 <https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237>.
MHRA style
Rosetta Code contributors, 'Legendre prime counting function', Rosetta Code, , 8 January 2023, 06:48 UTC, <https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237> [accessed 31 March 2023]
Chicago style
Rosetta Code contributors, "Legendre prime counting function," Rosetta Code, , https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237 (accessed March 31, 2023).
CBE/CSE style
Rosetta Code contributors. Legendre prime counting function [Internet]. Rosetta Code, ; 2023 Jan 8, 06:48 UTC [cited 2023 Mar 31]. Available from: https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237.
Bluebook style
Legendre prime counting function, https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Legendre prime counting function --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237", note = "[Online; accessed 31-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 = "Legendre prime counting function --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/w/index.php?title=Legendre_prime_counting_function&oldid=335237}", note = "[Online; accessed 31-March-2023]" }