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