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