Cite This Page
Bibliographic details for Chinese remainder theorem
- Page name: Chinese remainder theorem
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 18 September 2024 20:00 UTC
- Date retrieved: 24 April 2025 22:06 UTC
- Permanent URL: https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295
- Page Version ID: 370295
Citation styles for Chinese remainder theorem
APA style
Chinese remainder theorem. (2024, September 18). Rosetta Code. Retrieved 22:06, April 24, 2025 from https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295.
MLA style
"Chinese remainder theorem." Rosetta Code. 18 Sep 2024, 20:00 UTC. 24 Apr 2025, 22:06 <https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295>.
MHRA style
Rosetta Code contributors, 'Chinese remainder theorem', Rosetta Code, 18 September 2024, 20:00 UTC, <https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295> [accessed 24 April 2025]
Chicago style
Rosetta Code contributors, "Chinese remainder theorem," Rosetta Code, https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295 (accessed April 24, 2025).
CBE/CSE style
Rosetta Code contributors. Chinese remainder theorem [Internet]. Rosetta Code; 2024 Sep 18, 20:00 UTC [cited 2025 Apr 24]. Available from: https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295.
Bluebook style
Chinese remainder theorem, https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295 (last visited April 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Chinese remainder theorem --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295", note = "[Online; accessed 24-April-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 = "Chinese remainder theorem --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Chinese_remainder_theorem?oldid=370295}", note = "[Online; accessed 24-April-2025]" }