Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''SERIESTERMS (Function,TillNumber,StartNumber,By)'''</div><br/> *<math>TillNumber</math> and <math>StartNumber</math> are any real numbers. *<ma..."
<div style="font-size:30px">'''SERIESTERMS (Function,TillNumber,StartNumber,By)'''</div><br/>
*<math>TillNumber</math> and <math>StartNumber</math> are any real numbers.
*<math>By</math> is the skip value.

==Description==
*This function shows the numbers with in the given range with the respect to the given function.
*In <math>SERIESTERMS (Function,TillNumber,StartNumber,By)</math>,<math>Function</math> is the any operation.
*<math>TillNumber</math> is the last number and <math>StartNumber</math> is the first number to display.
*<math>By</math> is the skip value.
*Here it is displaying the series of values between the given range of values.

==Examples==
#SERIESTERMS("addition",100,50,5) = 50 55 60 65 70 75 80 85 90 95 100
#SERIESTERMS("addition",45,-45,7) = -45 -38 -31 -24 -17 -10 -3 4 11 18 25 32 39
#SERIESTERMS("addition",30.67,4.67,6.54) = 4.67 11.21 17.75 24.29


==See Also==
*[[Manuals/calci/SERIES | SERIES ]]
*[[Manuals/calci/SERIESSUM | SERIESSUM ]]

==References==
*[https://en.wikipedia.org/wiki/Series Series]

*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]
writer
6,694

edits

Navigation menu