Cite This Page
Bibliographic details for Numeric Haskell: A Vector Tutorial
- Page name: Numeric Haskell: A Vector Tutorial
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 3 October 2012 10:50 UTC
- Date retrieved: 26 May 2022 22:13 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149
- Page Version ID: 54149
Citation styles for Numeric Haskell: A Vector Tutorial
APA style
Numeric Haskell: A Vector Tutorial. (2012, October 3). HaskellWiki, . Retrieved 22:13, May 26, 2022 from https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149.
MLA style
"Numeric Haskell: A Vector Tutorial." HaskellWiki, . 3 Oct 2012, 10:50 UTC. 26 May 2022, 22:13 <https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149>.
MHRA style
HaskellWiki contributors, 'Numeric Haskell: A Vector Tutorial', HaskellWiki, , 3 October 2012, 10:50 UTC, <https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149> [accessed 26 May 2022]
Chicago style
HaskellWiki contributors, "Numeric Haskell: A Vector Tutorial," HaskellWiki, , https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149 (accessed May 26, 2022).
CBE/CSE style
HaskellWiki contributors. Numeric Haskell: A Vector Tutorial [Internet]. HaskellWiki, ; 2012 Oct 3, 10:50 UTC [cited 2022 May 26]. Available from: https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149.
Bluebook style
Numeric Haskell: A Vector Tutorial, https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149 (last visited May 26, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Numeric Haskell: A Vector Tutorial --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149", note = "[Online; accessed 26-May-2022]" }
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 = "Numeric Haskell: A Vector Tutorial --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Numeric_Haskell:_A_Vector_Tutorial&oldid=54149}", note = "[Online; accessed 26-May-2022]" }