Cite This Page
Bibliographic details for Roman Numerals
- Page name: Roman Numerals
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 14:45 UTC
- Date retrieved: 12 May 2025 15:03 UTC
- Permanent URL: https://rosettacode.org/wiki/Roman_Numerals?oldid=138485
- Page Version ID: 138485
Citation styles for Roman Numerals
APA style
Roman Numerals. (2010, February 6). Rosetta Code. Retrieved 15:03, May 12, 2025 from https://rosettacode.org/wiki/Roman_Numerals?oldid=138485.
MLA style
"Roman Numerals." Rosetta Code. 6 Feb 2010, 14:45 UTC. 12 May 2025, 15:03 <https://rosettacode.org/wiki/Roman_Numerals?oldid=138485>.
MHRA style
Rosetta Code contributors, 'Roman Numerals', Rosetta Code, 6 February 2010, 14:45 UTC, <https://rosettacode.org/wiki/Roman_Numerals?oldid=138485> [accessed 12 May 2025]
Chicago style
Rosetta Code contributors, "Roman Numerals," Rosetta Code, https://rosettacode.org/wiki/Roman_Numerals?oldid=138485 (accessed May 12, 2025).
CBE/CSE style
Rosetta Code contributors. Roman Numerals [Internet]. Rosetta Code; 2010 Feb 6, 14:45 UTC [cited 2025 May 12]. Available from: https://rosettacode.org/wiki/Roman_Numerals?oldid=138485.
Bluebook style
Roman Numerals, https://rosettacode.org/wiki/Roman_Numerals?oldid=138485 (last visited May 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Roman Numerals --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Roman_Numerals?oldid=138485", 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 = "Roman Numerals --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Roman_Numerals?oldid=138485}", note = "[Online; accessed 12-May-2025]" }