Cite This Page
Bibliographic details for Formal power series/D
- Page name: Formal power series/D
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 22 March 2011 14:02 UTC
- Date retrieved: 26 March 2023 08:17 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857
- Page Version ID: 175857
Citation styles for Formal power series/D
APA style
Formal power series/D. (2011, March 22). Rosetta Code, . Retrieved 08:17, March 26, 2023 from https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857.
MLA style
"Formal power series/D." Rosetta Code, . 22 Mar 2011, 14:02 UTC. 26 Mar 2023, 08:17 <https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857>.
MHRA style
Rosetta Code contributors, 'Formal power series/D', Rosetta Code, , 22 March 2011, 14:02 UTC, <https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857> [accessed 26 March 2023]
Chicago style
Rosetta Code contributors, "Formal power series/D," Rosetta Code, , https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857 (accessed March 26, 2023).
CBE/CSE style
Rosetta Code contributors. Formal power series/D [Internet]. Rosetta Code, ; 2011 Mar 22, 14:02 UTC [cited 2023 Mar 26]. Available from: https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857.
Bluebook style
Formal power series/D, https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Formal power series/D --- Rosetta Code{,} ", year = "2011", url = "https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857", note = "[Online; accessed 26-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 = "Formal power series/D --- Rosetta Code{,} ", year = "2011", url = "\url{https://rosettacode.org/w/index.php?title=Formal_power_series/D&oldid=175857}", note = "[Online; accessed 26-March-2023]" }