Difference between revisions of "Manuals/calci/SERIESTERMS"
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...") |
|||
Line 15: | Line 15: | ||
#SERIESTERMS("addition",30.67,4.67,6.54) = 4.67 11.21 17.75 24.29 | #SERIESTERMS("addition",30.67,4.67,6.54) = 4.67 11.21 17.75 24.29 | ||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=r614AD021n0|280|center|Series }} | ||
==See Also== | ==See Also== |
Latest revision as of 14:29, 30 January 2019
SERIESTERMS (Function,TillNumber,StartNumber,By)
- and are any real numbers.
- is the skip value.
Description
- This function shows the numbers with in the given range with the respect to the given function.
- In , is the any operation.
- is the last number and is the first number to display.
- 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