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