Cite This Page
Bibliographic details for Floating point
- Page name: Floating point
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 24 March 2012 10:40 UTC
- Date retrieved: 21 January 2025 09:07 UTC
- Permanent URL: https://rosettacode.org/wiki/Floating_point?oldid=213825
- Page Version ID: 213825
Citation styles for Floating point
APA style
Floating point. (2012, March 24). Rosetta Code. Retrieved 09:07, January 21, 2025 from https://rosettacode.org/wiki/Floating_point?oldid=213825.
MLA style
"Floating point." Rosetta Code. 24 Mar 2012, 10:40 UTC. 21 Jan 2025, 09:07 <https://rosettacode.org/wiki/Floating_point?oldid=213825>.
MHRA style
Rosetta Code contributors, 'Floating point', Rosetta Code, 24 March 2012, 10:40 UTC, <https://rosettacode.org/wiki/Floating_point?oldid=213825> [accessed 21 January 2025]
Chicago style
Rosetta Code contributors, "Floating point," Rosetta Code, https://rosettacode.org/wiki/Floating_point?oldid=213825 (accessed January 21, 2025).
CBE/CSE style
Rosetta Code contributors. Floating point [Internet]. Rosetta Code; 2012 Mar 24, 10:40 UTC [cited 2025 Jan 21]. Available from: https://rosettacode.org/wiki/Floating_point?oldid=213825.
Bluebook style
Floating point, https://rosettacode.org/wiki/Floating_point?oldid=213825 (last visited January 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Floating point --- Rosetta Code{,} ", year = "2012", url = "https://rosettacode.org/wiki/Floating_point?oldid=213825", note = "[Online; accessed 21-January-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 = "Floating point --- Rosetta Code{,} ", year = "2012", url = "\url{https://rosettacode.org/wiki/Floating_point?oldid=213825}", note = "[Online; accessed 21-January-2025]" }