Manuals/calci/SERIESTERMS

From ZCubes Wiki
Revision as of 14:40, 26 September 2017 by Devika (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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


See Also

References