Cite This Page
Bibliographic details for Sum and product of an array
- Page name: Sum and product of an array
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 13 August 2024 17:22 UTC
- Date retrieved: 8 December 2024 23:54 UTC
- Permanent URL: https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479
- Page Version ID: 368479
Citation styles for Sum and product of an array
APA style
Sum and product of an array. (2024, August 13). Rosetta Code. Retrieved 23:54, December 8, 2024 from https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479.
MLA style
"Sum and product of an array." Rosetta Code. 13 Aug 2024, 17:22 UTC. 8 Dec 2024, 23:54 <https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479>.
MHRA style
Rosetta Code contributors, 'Sum and product of an array', Rosetta Code, 13 August 2024, 17:22 UTC, <https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479> [accessed 8 December 2024]
Chicago style
Rosetta Code contributors, "Sum and product of an array," Rosetta Code, https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479 (accessed December 8, 2024).
CBE/CSE style
Rosetta Code contributors. Sum and product of an array [Internet]. Rosetta Code; 2024 Aug 13, 17:22 UTC [cited 2024 Dec 8]. Available from: https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479.
Bluebook style
Sum and product of an array, https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479 (last visited December 8, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sum and product of an array --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479", note = "[Online; accessed 8-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 = "Sum and product of an array --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Sum_and_product_of_an_array?oldid=368479}", note = "[Online; accessed 8-December-2024]" }