Cite This Page
Bibliographic details for Arithmetic
- Page name: Arithmetic
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 21 July 2016 22:52 UTC
- Date retrieved: 24 March 2023 16:18 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176
- Page Version ID: 269176
Citation styles for Arithmetic
APA style
Arithmetic. (2016, July 21). Rosetta Code, . Retrieved 16:18, March 24, 2023 from https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176.
MLA style
"Arithmetic." Rosetta Code, . 21 Jul 2016, 22:52 UTC. 24 Mar 2023, 16:18 <https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176>.
MHRA style
Rosetta Code contributors, 'Arithmetic', Rosetta Code, , 21 July 2016, 22:52 UTC, <https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "Arithmetic," Rosetta Code, , https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. Arithmetic [Internet]. Rosetta Code, ; 2016 Jul 21, 22:52 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176.
Bluebook style
Arithmetic, https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Arithmetic --- Rosetta Code{,} ", year = "2016", url = "https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176", note = "[Online; accessed 24-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 = "Rosetta Code", title = "Arithmetic --- Rosetta Code{,} ", year = "2016", url = "\url{https://rosettacode.org/w/index.php?title=Arithmetic&oldid=269176}", note = "[Online; accessed 24-March-2023]" }