Cite This Page
Bibliographic details for Examples/Read Double
- Page name: Examples/Read Double
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 31 January 2007 03:11 UTC
- Date retrieved: 29 September 2023 13:17 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890
- Page Version ID: 10890
Citation styles for Examples/Read Double
APA style
Examples/Read Double. (2007, January 31). HaskellWiki, . Retrieved 13:17, September 29, 2023 from https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890.
MLA style
"Examples/Read Double." HaskellWiki, . 31 Jan 2007, 03:11 UTC. 29 Sep 2023, 13:17 <https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890>.
MHRA style
HaskellWiki contributors, 'Examples/Read Double', HaskellWiki, , 31 January 2007, 03:11 UTC, <https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890> [accessed 29 September 2023]
Chicago style
HaskellWiki contributors, "Examples/Read Double," HaskellWiki, , https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890 (accessed September 29, 2023).
CBE/CSE style
HaskellWiki contributors. Examples/Read Double [Internet]. HaskellWiki, ; 2007 Jan 31, 03:11 UTC [cited 2023 Sep 29]. Available from: https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890.
Bluebook style
Examples/Read Double, https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890 (last visited September 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Examples/Read Double --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890", note = "[Online; accessed 29-September-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 = "HaskellWiki", title = "Examples/Read Double --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890}", note = "[Online; accessed 29-September-2023]" }