Cite This Page
Bibliographic details for Zeckendorf arithmetic
- Page name: Zeckendorf arithmetic
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 2 October 2024 23:13 UTC
- Date retrieved: 12 May 2025 12:06 UTC
- Permanent URL: https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848
- Page Version ID: 370848
Citation styles for Zeckendorf arithmetic
APA style
Zeckendorf arithmetic. (2024, October 2). Rosetta Code. Retrieved 12:06, May 12, 2025 from https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848.
MLA style
"Zeckendorf arithmetic." Rosetta Code. 2 Oct 2024, 23:13 UTC. 12 May 2025, 12:06 <https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848>.
MHRA style
Rosetta Code contributors, 'Zeckendorf arithmetic', Rosetta Code, 2 October 2024, 23:13 UTC, <https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848> [accessed 12 May 2025]
Chicago style
Rosetta Code contributors, "Zeckendorf arithmetic," Rosetta Code, https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848 (accessed May 12, 2025).
CBE/CSE style
Rosetta Code contributors. Zeckendorf arithmetic [Internet]. Rosetta Code; 2024 Oct 2, 23:13 UTC [cited 2025 May 12]. Available from: https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848.
Bluebook style
Zeckendorf arithmetic, https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848 (last visited May 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Zeckendorf arithmetic --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848", note = "[Online; accessed 12-May-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 = "Zeckendorf arithmetic --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Zeckendorf_arithmetic?oldid=370848}", note = "[Online; accessed 12-May-2025]" }