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