Changes

Jump to navigation Jump to search
1,049 bytes added ,  19:20, 5 May 2017
no edit summary
Line 1: Line 1: −
sereies
+
<div style="font-size:30px">'''SERIES (By,Limit,Start)'''</div><br/>
 +
*<math>By</math> is the skip value.
 +
*<math>Limit</math> and <math>Start</math> are any real numbers.
 +
==Description==
 +
*This function shows the series of values.
 +
*In <math>SERIES (By,Limit,Start)</math>,<math>By</math> is the skip value.
 +
*<math>Limit</math> is the numbers to show for the series.
 +
*<math>Start</math> is the minimum value of the series.
 +
*Series returns the value of whole numbers with the starting number.
 +
*Then this will shows the continuous numbers with the skip value and ends with the limit value.
 +
 
 +
==Examples==
 +
#SERIES(10,8,90) = 90 100 110 120 130 140 150 160
 +
# SERIES(6,7.2,32.3) = 32.3 38.3 44.3 50.3 56.3 62.3 68.3 74.3
 +
#SERIES(42,6,-94) = -94 -52 -10 32 74 116
 +
 
 +
==See Also==
 +
*[[Manuals/calci/SERIESSUM | SERIESSUM  ]]
 +
*[[Manuals/calci/HARMONICSERIES | HARMONICSERIES  ]]
 +
*[[Manuals/calci/ARITHMETICSERIES | ARITHMETICSERIES  ]]
 +
 
 +
==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