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