Cite This Page
Bibliographic details for Benchmarks Game/Parallel/Mandelbrot
- Page name: Benchmarks Game/Parallel/Mandelbrot
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 22 January 2012 22:30 UTC
- Date retrieved: 12 February 2025 16:40 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145
- Page Version ID: 44145
Citation styles for Benchmarks Game/Parallel/Mandelbrot
APA style
Benchmarks Game/Parallel/Mandelbrot. (2012, January 22). HaskellWiki. Retrieved 16:40, February 12, 2025 from https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145.
MLA style
"Benchmarks Game/Parallel/Mandelbrot." HaskellWiki. 22 Jan 2012, 22:30 UTC. 12 Feb 2025, 16:40 <https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145>.
MHRA style
HaskellWiki contributors, 'Benchmarks Game/Parallel/Mandelbrot', HaskellWiki, 22 January 2012, 22:30 UTC, <https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145> [accessed 12 February 2025]
Chicago style
HaskellWiki contributors, "Benchmarks Game/Parallel/Mandelbrot," HaskellWiki, https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. Benchmarks Game/Parallel/Mandelbrot [Internet]. HaskellWiki; 2012 Jan 22, 22:30 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145.
Bluebook style
Benchmarks Game/Parallel/Mandelbrot, https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Benchmarks Game/Parallel/Mandelbrot --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145", note = "[Online; accessed 12-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 = "HaskellWiki", title = "Benchmarks Game/Parallel/Mandelbrot --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Benchmarks_Game/Parallel/Mandelbrot&oldid=44145}", note = "[Online; accessed 12-February-2025]" }