Manuals/calci/SUMOF

From ZCubes Wiki
Jump to navigation Jump to search
SUMOF(Array)


  • 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 Array} is the set of values.

Description

  • This function showing the sum of the numbers with each 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 SUMOF(Array)} ,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 Array} is the set of numbers.
  • Sum is the operation of adding the sequence of numbers.
  • The mathematical symbol for summation is 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 \sum} .
  • The numbers are adding together is called addends or summands.
  • The summation of infinite sequence of values is called a series.
  • So here this function is adding for each number from 1 to given number.
  • The given number is adding with the series of values.
  • For example, SUMOF(7)=1+2+3+4+5+6+7.
  • When we are assigning values in decimal it is truncated in to Integers.

Examples

  1. SUMOF(9) = 45
  2. SUMOF(15.6) = 120
  3. SUMOF(60) = 1830

Related Videos

Sigma

See Also

References

SUM