Cite This Page
Bibliographic details for Integer comparison
- Page name: Integer comparison
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 12 December 2024 17:16 UTC
- Date retrieved: 8 February 2025 06:59 UTC
- Permanent URL: https://rosettacode.org/wiki/Integer_comparison?oldid=374296
- Page Version ID: 374296
Citation styles for Integer comparison
APA style
Integer comparison. (2024, December 12). Rosetta Code. Retrieved 06:59, February 8, 2025 from https://rosettacode.org/wiki/Integer_comparison?oldid=374296.
MLA style
"Integer comparison." Rosetta Code. 12 Dec 2024, 17:16 UTC. 8 Feb 2025, 06:59 <https://rosettacode.org/wiki/Integer_comparison?oldid=374296>.
MHRA style
Rosetta Code contributors, 'Integer comparison', Rosetta Code, 12 December 2024, 17:16 UTC, <https://rosettacode.org/wiki/Integer_comparison?oldid=374296> [accessed 8 February 2025]
Chicago style
Rosetta Code contributors, "Integer comparison," Rosetta Code, https://rosettacode.org/wiki/Integer_comparison?oldid=374296 (accessed February 8, 2025).
CBE/CSE style
Rosetta Code contributors. Integer comparison [Internet]. Rosetta Code; 2024 Dec 12, 17:16 UTC [cited 2025 Feb 8]. Available from: https://rosettacode.org/wiki/Integer_comparison?oldid=374296.
Bluebook style
Integer comparison, https://rosettacode.org/wiki/Integer_comparison?oldid=374296 (last visited February 8, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Integer comparison --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Integer_comparison?oldid=374296", note = "[Online; accessed 8-February-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 = "Integer comparison --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Integer_comparison?oldid=374296}", note = "[Online; accessed 8-February-2025]" }