Cite This Page
Bibliographic details for Draw a sphere
- Page name: Draw a sphere
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 30 June 2024 16:25 UTC
- Date retrieved: 17 February 2025 19:38 UTC
- Permanent URL: https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902
- Page Version ID: 365902
Citation styles for Draw a sphere
APA style
Draw a sphere. (2024, June 30). Rosetta Code. Retrieved 19:38, February 17, 2025 from https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902.
MLA style
"Draw a sphere." Rosetta Code. 30 Jun 2024, 16:25 UTC. 17 Feb 2025, 19:38 <https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902>.
MHRA style
Rosetta Code contributors, 'Draw a sphere', Rosetta Code, 30 June 2024, 16:25 UTC, <https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902> [accessed 17 February 2025]
Chicago style
Rosetta Code contributors, "Draw a sphere," Rosetta Code, https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902 (accessed February 17, 2025).
CBE/CSE style
Rosetta Code contributors. Draw a sphere [Internet]. Rosetta Code; 2024 Jun 30, 16:25 UTC [cited 2025 Feb 17]. Available from: https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902.
Bluebook style
Draw a sphere, https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902 (last visited February 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Draw a sphere --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902", note = "[Online; accessed 17-February-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 = "Draw a sphere --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Draw_a_sphere?oldid=365902}", note = "[Online; accessed 17-February-2025]" }