Cite This Page
Bibliographic details for Graham Scan Implementation
- Page name: Graham Scan Implementation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 11 September 2020 22:44 UTC
- Date retrieved: 27 February 2021 14:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770
- Page Version ID: 33770
Citation styles for Graham Scan Implementation
APA style
Graham Scan Implementation. (2020, September 11). HaskellWiki, . Retrieved 14:58, February 27, 2021 from https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770.
MLA style
"Graham Scan Implementation." HaskellWiki, . 11 Sep 2020, 22:44 UTC. 27 Feb 2021, 14:58 <https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770>.
MHRA style
HaskellWiki contributors, 'Graham Scan Implementation', HaskellWiki, , 11 September 2020, 22:44 UTC, <https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770> [accessed 27 February 2021]
Chicago style
HaskellWiki contributors, "Graham Scan Implementation," HaskellWiki, , https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770 (accessed February 27, 2021).
CBE/CSE style
HaskellWiki contributors. Graham Scan Implementation [Internet]. HaskellWiki, ; 2020 Sep 11, 22:44 UTC [cited 2021 Feb 27]. Available from: https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770.
Bluebook style
Graham Scan Implementation, https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770 (last visited February 27, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Graham Scan Implementation --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770", note = "[Online; accessed 27-February-2021]" }
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 = "Graham Scan Implementation --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=33770}", note = "[Online; accessed 27-February-2021]" }