Cite This Page
Bibliographic details for Mandelbrot set
- Page name: Mandelbrot set
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 12 January 2023 00:16 UTC
- Date retrieved: 1 February 2023 13:17 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=335381
- Page Version ID: 335381
Citation styles for Mandelbrot set
APA style
Mandelbrot set. (2023, January 12). Rosetta Code, . Retrieved 13:17, February 1, 2023 from https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=335381.
MLA style
"Mandelbrot set." Rosetta Code, . 12 Jan 2023, 00:16 UTC. 1 Feb 2023, 13:17 <https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=335381>.
MHRA style
Rosetta Code contributors, 'Mandelbrot set', Rosetta Code, , 12 January 2023, 00:16 UTC, <https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=335381> [accessed 1 February 2023]
Chicago style
Rosetta Code contributors, "Mandelbrot set," Rosetta Code, , https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=335381 (accessed February 1, 2023).
CBE/CSE style
Rosetta Code contributors. Mandelbrot set [Internet]. Rosetta Code, ; 2023 Jan 12, 00:16 UTC [cited 2023 Feb 1]. Available from: https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=335381.
Bluebook style
Mandelbrot set, https://rosettacode.org/w/index.php?title=Mandelbrot_set&oldid=335381 (last visited February 1, 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=335381", note = "[Online; accessed 1-February-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=335381}", note = "[Online; accessed 1-February-2023]" }