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