Cite This Page
Bibliographic details for Power function
- Page name: Power function
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 10 March 2016 21:34 UTC
- Date retrieved: 17 January 2021 07:10 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Power_function&oldid=19581
- Page Version ID: 19581
Citation styles for Power function
APA style
Power function. (2016, March 10). HaskellWiki, . Retrieved 07:10, January 17, 2021 from https://wiki.haskell.org/index.php?title=Power_function&oldid=19581.
MLA style
"Power function." HaskellWiki, . 10 Mar 2016, 21:34 UTC. 17 Jan 2021, 07:10 <https://wiki.haskell.org/index.php?title=Power_function&oldid=19581>.
MHRA style
HaskellWiki contributors, 'Power function', HaskellWiki, , 10 March 2016, 21:34 UTC, <https://wiki.haskell.org/index.php?title=Power_function&oldid=19581> [accessed 17 January 2021]
Chicago style
HaskellWiki contributors, "Power function," HaskellWiki, , https://wiki.haskell.org/index.php?title=Power_function&oldid=19581 (accessed January 17, 2021).
CBE/CSE style
HaskellWiki contributors. Power function [Internet]. HaskellWiki, ; 2016 Mar 10, 21:34 UTC [cited 2021 Jan 17]. Available from: https://wiki.haskell.org/index.php?title=Power_function&oldid=19581.
Bluebook style
Power function, https://wiki.haskell.org/index.php?title=Power_function&oldid=19581 (last visited January 17, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Power function --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Power_function&oldid=19581", note = "[Online; accessed 17-January-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 = "Power function --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Power_function&oldid=19581}", note = "[Online; accessed 17-January-2021]" }