Cite This Page
Bibliographic details for Nth root
- Page name: Nth root
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 12 December 2024 22:36 UTC
- Date retrieved: 19 January 2025 23:23 UTC
- Permanent URL: https://rosettacode.org/wiki/Nth_root?oldid=374305
- Page Version ID: 374305
Citation styles for Nth root
APA style
Nth root. (2024, December 12). Rosetta Code. Retrieved 23:23, January 19, 2025 from https://rosettacode.org/wiki/Nth_root?oldid=374305.
MLA style
"Nth root." Rosetta Code. 12 Dec 2024, 22:36 UTC. 19 Jan 2025, 23:23 <https://rosettacode.org/wiki/Nth_root?oldid=374305>.
MHRA style
Rosetta Code contributors, 'Nth root', Rosetta Code, 12 December 2024, 22:36 UTC, <https://rosettacode.org/wiki/Nth_root?oldid=374305> [accessed 19 January 2025]
Chicago style
Rosetta Code contributors, "Nth root," Rosetta Code, https://rosettacode.org/wiki/Nth_root?oldid=374305 (accessed January 19, 2025).
CBE/CSE style
Rosetta Code contributors. Nth root [Internet]. Rosetta Code; 2024 Dec 12, 22:36 UTC [cited 2025 Jan 19]. Available from: https://rosettacode.org/wiki/Nth_root?oldid=374305.
Bluebook style
Nth root, https://rosettacode.org/wiki/Nth_root?oldid=374305 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Nth root --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Nth_root?oldid=374305", note = "[Online; accessed 19-January-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 = "Nth root --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Nth_root?oldid=374305}", note = "[Online; accessed 19-January-2025]" }