Cite This Page
Bibliographic details for Library/C Runtime/strtod
- Page name: Library/C Runtime/strtod
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 November 2010 01:26 UTC
- Date retrieved: 19 April 2025 11:20 UTC
- Permanent URL: https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715
- Page Version ID: 165715
Citation styles for Library/C Runtime/strtod
APA style
Library/C Runtime/strtod. (2010, November 23). Rosetta Code. Retrieved 11:20, April 19, 2025 from https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715.
MLA style
"Library/C Runtime/strtod." Rosetta Code. 23 Nov 2010, 01:26 UTC. 19 Apr 2025, 11:20 <https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715>.
MHRA style
Rosetta Code contributors, 'Library/C Runtime/strtod', Rosetta Code, 23 November 2010, 01:26 UTC, <https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715> [accessed 19 April 2025]
Chicago style
Rosetta Code contributors, "Library/C Runtime/strtod," Rosetta Code, https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715 (accessed April 19, 2025).
CBE/CSE style
Rosetta Code contributors. Library/C Runtime/strtod [Internet]. Rosetta Code; 2010 Nov 23, 01:26 UTC [cited 2025 Apr 19]. Available from: https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715.
Bluebook style
Library/C Runtime/strtod, https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715 (last visited April 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Library/C Runtime/strtod --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715", note = "[Online; accessed 19-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 = "Library/C Runtime/strtod --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Library/C_Runtime/strtod?oldid=165715}", note = "[Online; accessed 19-April-2025]" }