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