From 6f9cff9a59d66c813d3947cdca65ff32c2d42821 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 3 Jun 2020 10:22:36 -0300 Subject: Improve readabilty of SERIESSUM Change-Id: Ia5f4c2ccd335f9be8606bb192cc88d703d80d00c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95436 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 67026c44ece5d04b41eb1c2f2c3ebf086d558bbd) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95740 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/04060106.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 7b8658a385..4ddde8974e 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -750,7 +750,7 @@

SERIESSUM

Sums the first terms of a power series. -SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m) +SERIESSUM(x;n;m;c) = c1xn + c2xn+m + c3xn+2m + ... + cixn + (i-1)m. SERIESSUM(X; N; M; Coefficients) -- cgit