Manuals/calci/SERIES

From ZCubes Wiki
Revision as of 15:25, 30 January 2019 by Devika (talk | contribs) (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SERIES (By,Limit,Start)


  • is the skip value.
  • and are any real numbers.

Description

  • This function shows the series of values.
  • In , is the skip value.
  • is the numbers to show for the series.
  • 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

  1. SERIES(10,8,90) = 90 100 110 120 130 140 150 160
  2. SERIES(6,7.2,32.3) = 32.3 38.3 44.3 50.3 56.3 62.3 68.3 74.3
  3. SERIES(42,6,-94) = -94 -52 -10 32 74 116

Related Videos

Series Values

See Also

References