Cite This Page
Bibliographic details for Exponentiation operator
- Page name: Exponentiation operator
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 28 December 2023 17:08 UTC
- Date retrieved: 16 March 2025 03:25 UTC
- Permanent URL: https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863
- Page Version ID: 348863
Citation styles for Exponentiation operator
APA style
Exponentiation operator. (2023, December 28). Rosetta Code. Retrieved 03:25, March 16, 2025 from https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863.
MLA style
"Exponentiation operator." Rosetta Code. 28 Dec 2023, 17:08 UTC. 16 Mar 2025, 03:25 <https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863>.
MHRA style
Rosetta Code contributors, 'Exponentiation operator', Rosetta Code, 28 December 2023, 17:08 UTC, <https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863> [accessed 16 March 2025]
Chicago style
Rosetta Code contributors, "Exponentiation operator," Rosetta Code, https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863 (accessed March 16, 2025).
CBE/CSE style
Rosetta Code contributors. Exponentiation operator [Internet]. Rosetta Code; 2023 Dec 28, 17:08 UTC [cited 2025 Mar 16]. Available from: https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863.
Bluebook style
Exponentiation operator, https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863 (last visited March 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Exponentiation operator --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863", note = "[Online; accessed 16-March-2025]" }
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 = "Rosetta Code", title = "Exponentiation operator --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/wiki/Exponentiation_operator?oldid=348863}", note = "[Online; accessed 16-March-2025]" }