Manuals/calci/SERIESOF
Jump to navigation
Jump to search
SERIESOF(TillNumber,StartNumber)
- 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 TillNumber} 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 StartNumber} are any positive real number.
Description
- This function shows the series of the given number.
- 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 SERIESOF(TillNumber,StartNumber)} ,Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle TillNumber} is the final number in 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 Number} is the starting number in the series.
- Series returns the value of whole numbers with the starting number and ending with the final number.
- Series is the set of numbers arranged in such a way that each successive number in the Series defined with the fixed rule.
- Suppose the parameter Number is in decimal this will truncated in to integers.
- When we are not assigning starting number then series will start from 1 and end with the given number in the series.
Examples
- SERIESOF(5) = 1 2 3 4 5
- SERIESOF(8.5) = 1 2 3 4 5 6 7 8
- SERIESOF(90,78) = 78 79 80 81 82 83 84 85 86 87 88 89 90