Cite This Page
Bibliographic details for Integer roots
- Page name: Integer roots
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 22 July 2024 22:20 UTC
- Date retrieved: 14 September 2024 14:26 UTC
- Permanent URL: https://rosettacode.org/wiki/Integer_roots?oldid=367248
- Page Version ID: 367248
Citation styles for Integer roots
APA style
Integer roots. (2024, July 22). Rosetta Code. Retrieved 14:26, September 14, 2024 from https://rosettacode.org/wiki/Integer_roots?oldid=367248.
MLA style
"Integer roots." Rosetta Code. 22 Jul 2024, 22:20 UTC. 14 Sep 2024, 14:26 <https://rosettacode.org/wiki/Integer_roots?oldid=367248>.
MHRA style
Rosetta Code contributors, 'Integer roots', Rosetta Code, 22 July 2024, 22:20 UTC, <https://rosettacode.org/wiki/Integer_roots?oldid=367248> [accessed 14 September 2024]
Chicago style
Rosetta Code contributors, "Integer roots," Rosetta Code, https://rosettacode.org/wiki/Integer_roots?oldid=367248 (accessed September 14, 2024).
CBE/CSE style
Rosetta Code contributors. Integer roots [Internet]. Rosetta Code; 2024 Jul 22, 22:20 UTC [cited 2024 Sep 14]. Available from: https://rosettacode.org/wiki/Integer_roots?oldid=367248.
Bluebook style
Integer roots, https://rosettacode.org/wiki/Integer_roots?oldid=367248 (last visited September 14, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Integer roots --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Integer_roots?oldid=367248", note = "[Online; accessed 14-September-2024]" }
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 = "Integer roots --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Integer_roots?oldid=367248}", note = "[Online; accessed 14-September-2024]" }