Cite This Page
Bibliographic details for Radical of an integer
- Page name: Radical of an integer
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 13 January 2025 16:32 UTC
- Date retrieved: 26 March 2025 05:33 UTC
- Permanent URL: https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623
- Page Version ID: 375623
Citation styles for Radical of an integer
APA style
Radical of an integer. (2025, January 13). Rosetta Code. Retrieved 05:33, March 26, 2025 from https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623.
MLA style
"Radical of an integer." Rosetta Code. 13 Jan 2025, 16:32 UTC. 26 Mar 2025, 05:33 <https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623>.
MHRA style
Rosetta Code contributors, 'Radical of an integer', Rosetta Code, 13 January 2025, 16:32 UTC, <https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623> [accessed 26 March 2025]
Chicago style
Rosetta Code contributors, "Radical of an integer," Rosetta Code, https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623 (accessed March 26, 2025).
CBE/CSE style
Rosetta Code contributors. Radical of an integer [Internet]. Rosetta Code; 2025 Jan 13, 16:32 UTC [cited 2025 Mar 26]. Available from: https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623.
Bluebook style
Radical of an integer, https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623 (last visited March 26, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Radical of an integer --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623", note = "[Online; accessed 26-March-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 = "Radical of an integer --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Radical_of_an_integer?oldid=375623}", note = "[Online; accessed 26-March-2025]" }