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: 7 March 2021 20:27 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Power_function&oldid=16134
- Page Version ID: 16134
Citation styles for Power function
APA style
Power function. (2016, March 10). HaskellWiki, . Retrieved 20:27, March 7, 2021 from https://wiki.haskell.org/index.php?title=Power_function&oldid=16134.
MLA style
"Power function." HaskellWiki, . 10 Mar 2016, 21:34 UTC. 7 Mar 2021, 20:27 <https://wiki.haskell.org/index.php?title=Power_function&oldid=16134>.
MHRA style
HaskellWiki contributors, 'Power function', HaskellWiki, , 10 March 2016, 21:34 UTC, <https://wiki.haskell.org/index.php?title=Power_function&oldid=16134> [accessed 7 March 2021]
Chicago style
HaskellWiki contributors, "Power function," HaskellWiki, , https://wiki.haskell.org/index.php?title=Power_function&oldid=16134 (accessed March 7, 2021).
CBE/CSE style
HaskellWiki contributors. Power function [Internet]. HaskellWiki, ; 2016 Mar 10, 21:34 UTC [cited 2021 Mar 7]. Available from: https://wiki.haskell.org/index.php?title=Power_function&oldid=16134.
Bluebook style
Power function, https://wiki.haskell.org/index.php?title=Power_function&oldid=16134 (last visited March 7, 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=16134", note = "[Online; accessed 7-March-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=16134}", note = "[Online; accessed 7-March-2021]" }