Changes

no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''SERIESSUM(x,n,m,k)'''</div><br/>
+
<div style="font-size:30px">'''SERIESSUM (x,n,m,coefficients)'''</div><br/>
 
*<math>x</math>  is the power series value.
 
*<math>x</math>  is the power series value.
 
*<math>n</math>  is the initial power value.
 
*<math>n</math>  is the initial power value.
 
*<math> m</math> is the step value to increase the n value for each term.
 
*<math> m</math> is the step value to increase the n value for each term.
*<math> k</math>  is the set of coefficients by which each successive power of x is multiplied.
+
*<math>coefficients</math>  is the set of coefficients by which each successive power of x is multiplied.
 +
**SERIESSUM(), returns the sum of a power series based on the formula
    
==Description==
 
==Description==
writer
6,694

edits