Cite This Page
Bibliographic details for Integers too big for floats
- Page name: Integers too big for floats
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 7 February 2009 02:04 UTC
- Date retrieved: 1 February 2023 10:36 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328
- Page Version ID: 26328
Citation styles for Integers too big for floats
APA style
Integers too big for floats. (2009, February 7). HaskellWiki, . Retrieved 10:36, February 1, 2023 from https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328.
MLA style
"Integers too big for floats." HaskellWiki, . 7 Feb 2009, 02:04 UTC. 1 Feb 2023, 10:36 <https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328>.
MHRA style
HaskellWiki contributors, 'Integers too big for floats', HaskellWiki, , 7 February 2009, 02:04 UTC, <https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328> [accessed 1 February 2023]
Chicago style
HaskellWiki contributors, "Integers too big for floats," HaskellWiki, , https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328 (accessed February 1, 2023).
CBE/CSE style
HaskellWiki contributors. Integers too big for floats [Internet]. HaskellWiki, ; 2009 Feb 7, 02:04 UTC [cited 2023 Feb 1]. Available from: https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328.
Bluebook style
Integers too big for floats, https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328 (last visited February 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Integers too big for floats --- HaskellWiki{,} ", year = "2009", url = "https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328", 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 = "HaskellWiki", title = "Integers too big for floats --- HaskellWiki{,} ", year = "2009", url = "\url{https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26328}", note = "[Online; accessed 1-February-2023]" }