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: 13 October 2024 19:36 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 19:36, October 13, 2024 from https://rosettacode.org/wiki/Nth_root?oldid=368784.
MLA style
"Nth root." Rosetta Code. 20 Aug 2024, 08:18 UTC. 13 Oct 2024, 19:36 <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 13 October 2024]
Chicago style
Rosetta Code contributors, "Nth root," Rosetta Code, https://rosettacode.org/wiki/Nth_root?oldid=368784 (accessed October 13, 2024).
CBE/CSE style
Rosetta Code contributors. Nth root [Internet]. Rosetta Code; 2024 Aug 20, 08:18 UTC [cited 2024 Oct 13]. Available from: https://rosettacode.org/wiki/Nth_root?oldid=368784.
Bluebook style
Nth root, https://rosettacode.org/wiki/Nth_root?oldid=368784 (last visited October 13, 2024).
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 13-October-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 = "Nth root --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Nth_root?oldid=368784}", note = "[Online; accessed 13-October-2024]" }