Cite This Page
Bibliographic details for Hexadecimal
- Page name: Hexadecimal
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 14 September 2021 18:17 UTC
- Date retrieved: 10 December 2024 15:44 UTC
- Permanent URL: https://rosettacode.org/wiki/Hexadecimal?oldid=97895
- Page Version ID: 97895
Citation styles for Hexadecimal
APA style
Hexadecimal. (2021, September 14). Rosetta Code. Retrieved 15:44, December 10, 2024 from https://rosettacode.org/wiki/Hexadecimal?oldid=97895.
MLA style
"Hexadecimal." Rosetta Code. 14 Sep 2021, 18:17 UTC. 10 Dec 2024, 15:44 <https://rosettacode.org/wiki/Hexadecimal?oldid=97895>.
MHRA style
Rosetta Code contributors, 'Hexadecimal', Rosetta Code, 14 September 2021, 18:17 UTC, <https://rosettacode.org/wiki/Hexadecimal?oldid=97895> [accessed 10 December 2024]
Chicago style
Rosetta Code contributors, "Hexadecimal," Rosetta Code, https://rosettacode.org/wiki/Hexadecimal?oldid=97895 (accessed December 10, 2024).
CBE/CSE style
Rosetta Code contributors. Hexadecimal [Internet]. Rosetta Code; 2021 Sep 14, 18:17 UTC [cited 2024 Dec 10]. Available from: https://rosettacode.org/wiki/Hexadecimal?oldid=97895.
Bluebook style
Hexadecimal, https://rosettacode.org/wiki/Hexadecimal?oldid=97895 (last visited December 10, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Hexadecimal --- Rosetta Code{,} ", year = "2021", url = "https://rosettacode.org/wiki/Hexadecimal?oldid=97895", note = "[Online; accessed 10-December-2024]" }
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 = "Hexadecimal --- Rosetta Code{,} ", year = "2021", url = "\url{https://rosettacode.org/wiki/Hexadecimal?oldid=97895}", note = "[Online; accessed 10-December-2024]" }