Cite This Page
Bibliographic details for Mandelbrot set
- Page name: Mandelbrot set
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 26 May 2023 21:47 UTC
- Date retrieved: 10 June 2023 03:53 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169
- Page Version ID: 343169
Citation styles for Mandelbrot set
APA style
Mandelbrot set. (2023, May 26). Rosetta Code, . Retrieved 03:53, June 10, 2023 from https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169.
MLA style
"Mandelbrot set." Rosetta Code, . 26 May 2023, 21:47 UTC. 10 Jun 2023, 03:53 <https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169>.
MHRA style
Rosetta Code contributors, 'Mandelbrot set', Rosetta Code, , 26 May 2023, 21:47 UTC, <https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169> [accessed 10 June 2023]
Chicago style
Rosetta Code contributors, "Mandelbrot set," Rosetta Code, , https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169 (accessed June 10, 2023).
CBE/CSE style
Rosetta Code contributors. Mandelbrot set [Internet]. Rosetta Code, ; 2023 May 26, 21:47 UTC [cited 2023 Jun 10]. Available from: https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169.
Bluebook style
Mandelbrot set, https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169 (last visited June 10, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Mandelbrot set --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169", note = "[Online; accessed 10-June-2023]" }
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 = "2023", url = "\url{https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=343169}", note = "[Online; accessed 10-June-2023]" }