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