Talk:Sum of a series

From Rosetta Code
Revision as of 18:37, 22 November 2012 by rosettacode>TimToady (Sum of a series --> Sum of a sequence)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Wrong name?

Strictly speaking (from a mathematical point of view), this task is asking for the "sum of a sequence"; the term "series" refers instead to the list of partial sums of such a sequence, and you're not summing the series, because it's already summed en passant. You can google for "series vs sequence" for more on this. While "series" and "sequence" are often confused in common parlance, I don't see much harm in changing this task to a more accurate name from the viewpoint of the mathematicians. (I guess I'm a bit sensitive on this subject because at one point I had to go through all the Perl 6 docs and change all occurrences of "series operator" to "sequence operator".) --TimToady 18:37, 22 November 2012 (UTC)