Manuals/calci/SERIES

Revision as of 13:20, 5 May 2017 by Devika (talk | contribs)
SERIES (By,Limit,Start)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle By} is the skip value.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Limit} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Start} are any real numbers.

Description

  • This function shows the series of values.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle SERIES (By,Limit,Start)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle By} is the skip value.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Limit} is the numbers to show for the series.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Start} 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

See Also

References