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: 6 February 2009 16:17 UTC
- Date retrieved: 26 March 2023 16:27 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26320
- Page Version ID: 26320
Citation styles for Integers too big for floats
APA style
Integers too big for floats. (2009, February 6). HaskellWiki, . Retrieved 16:27, March 26, 2023 from https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26320.
MLA style
"Integers too big for floats." HaskellWiki, . 6 Feb 2009, 16:17 UTC. 26 Mar 2023, 16:27 <https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26320>.
MHRA style
HaskellWiki contributors, 'Integers too big for floats', HaskellWiki, , 6 February 2009, 16:17 UTC, <https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26320> [accessed 26 March 2023]
Chicago style
HaskellWiki contributors, "Integers too big for floats," HaskellWiki, , https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26320 (accessed March 26, 2023).
CBE/CSE style
HaskellWiki contributors. Integers too big for floats [Internet]. HaskellWiki, ; 2009 Feb 6, 16:17 UTC [cited 2023 Mar 26]. Available from: https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26320.
Bluebook style
Integers too big for floats, https://wiki.haskell.org/index.php?title=Integers_too_big_for_floats&oldid=26320 (last visited March 26, 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=26320", note = "[Online; accessed 26-March-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=26320}", note = "[Online; accessed 26-March-2023]" }