Difference between revisions of "Manuals/calci/SERIESOF"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''SERIESOF(Number)'''</div><br/>") |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''SERIESOF( | + | <div style="font-size:30px">'''SERIESOF(TillNumber,StartNumber)'''</div><br/> |
+ | *<math>TillNumber</math> and <math>StartNumber</math> are any positive real number. | ||
+ | |||
+ | ==Description== | ||
+ | *This function shows the series of the given number. | ||
+ | *In <math>SERIESOF(TillNumber,StartNumber)</math>,<math>Till Number</math> is the final number in the series. | ||
+ | *<math>Start Number</math> is the starting number in the series. | ||
+ | *Series returns the value of whole numbers with the starting number and ending with the final number. | ||
+ | *Series is the set of numbers arranged in such a way that each successive number in the Series defined with the fixed rule. | ||
+ | *Suppose the parameter Number is in decimal this will truncated in to integers. | ||
+ | *When we are not assigning starting number then series will start from 1 and end with the given number in the series. | ||
+ | |||
+ | |||
+ | ==Examples== | ||
+ | #SERIESOF(5) = 1 2 3 4 5 | ||
+ | #SERIESOF(8.5) = 1 2 3 4 5 6 7 8 | ||
+ | #SERIESOF(90,78) = 78 79 80 81 82 83 84 85 86 87 88 89 90 | ||
+ | |||
+ | ==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 ]] |
Revision as of 13:57, 24 May 2017
SERIESOF(TillNumber,StartNumber)
- and are any positive real number.
Description
- This function shows the series of the given number.
- In , is the final number in the series.
- is the starting number in the series.
- Series returns the value of whole numbers with the starting number and ending with the final number.
- Series is the set of numbers arranged in such a way that each successive number in the Series defined with the fixed rule.
- Suppose the parameter Number is in decimal this will truncated in to integers.
- When we are not assigning starting number then series will start from 1 and end with the given number in the series.
Examples
- SERIESOF(5) = 1 2 3 4 5
- SERIESOF(8.5) = 1 2 3 4 5 6 7 8
- SERIESOF(90,78) = 78 79 80 81 82 83 84 85 86 87 88 89 90