Manuals/calci/SERIESTERMS
Jump to navigation
Jump to search
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