Cite This Page
Bibliographic details for Getting the number of decimals
- Page name: Getting the number of decimals
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 27 August 2022 14:12 UTC
- Date retrieved: 24 March 2023 08:58 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642
- Page Version ID: 327642
Citation styles for Getting the number of decimals
APA style
Getting the number of decimals. (2022, August 27). Rosetta Code, . Retrieved 08:58, March 24, 2023 from https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642.
MLA style
"Getting the number of decimals." Rosetta Code, . 27 Aug 2022, 14:12 UTC. 24 Mar 2023, 08:58 <https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642>.
MHRA style
Rosetta Code contributors, 'Getting the number of decimals', Rosetta Code, , 27 August 2022, 14:12 UTC, <https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "Getting the number of decimals," Rosetta Code, , https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. Getting the number of decimals [Internet]. Rosetta Code, ; 2022 Aug 27, 14:12 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642.
Bluebook style
Getting the number of decimals, https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Getting the number of decimals --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642", note = "[Online; accessed 24-March-2023]" }
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 = "Getting the number of decimals --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Getting_the_number_of_decimals&oldid=327642}", note = "[Online; accessed 24-March-2023]" }