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:16 UTC
- Date retrieved: 25 March 2025 12:20 UTC
- Permanent URL: https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436
- Page Version ID: 227436
Citation styles for Continued fraction arithmetic
APA style
Continued fraction arithmetic. (2013, March 11). Rosetta Code. Retrieved 12:20, March 25, 2025 from https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436.
MLA style
"Continued fraction arithmetic." Rosetta Code. 11 Mar 2013, 11:16 UTC. 25 Mar 2025, 12:20 <https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436>.
MHRA style
Rosetta Code contributors, 'Continued fraction arithmetic', Rosetta Code, 11 March 2013, 11:16 UTC, <https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436> [accessed 25 March 2025]
Chicago style
Rosetta Code contributors, "Continued fraction arithmetic," Rosetta Code, https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436 (accessed March 25, 2025).
CBE/CSE style
Rosetta Code contributors. Continued fraction arithmetic [Internet]. Rosetta Code; 2013 Mar 11, 11:16 UTC [cited 2025 Mar 25]. Available from: https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436.
Bluebook style
Continued fraction arithmetic, https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436 (last visited March 25, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Continued fraction arithmetic --- Rosetta Code{,} ", year = "2013", url = "https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436", note = "[Online; accessed 25-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 = "Continued fraction arithmetic --- Rosetta Code{,} ", year = "2013", url = "\url{https://rosettacode.org/wiki/Continued_fraction_arithmetic?oldid=227436}", note = "[Online; accessed 25-March-2025]" }