Difference between revisions of "Manuals/calci/SUMOF"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''LOGSTAR (Number,Base)'''</div><br/>")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''LOGSTAR (Number,Base)'''</div><br/>
+
<div style="font-size:30px">'''SUMOF(Array)'''</div><br/>
 +
*<math>Array</math> is the set of values.
 +
 
 +
==Description==
 +
*This function showing the sum of the numbers with each series of values.
 +
*In <math>SUMOF(Array)</math>,<math>Array</math> is the set of numbers.
 +
*Sum is the operation of adding the sequence of numbers.
 +
*The mathematical symbol for summation is <math>\sum</math>.
 +
*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==
 +
#SUMOF(9) = 45
 +
#SUMOF(15.6) = 120
 +
#SUMOF(60) = 1830
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=De_Eml90GbU|280|center|Sigma}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/SUMBY| SUMBY]]
 +
*[[Manuals/calci/SUMFACTORS| SUMFACTORS]]
 +
 
 +
==References==
 +
[http://en.wikipedia.org/wiki/Summation SUM]
 +
 
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 14:38, 4 February 2019

SUMOF(Array)


  • is the set of values.

Description

  • This function showing the sum of the numbers with each series of values.
  • In , is the set of numbers.
  • Sum is the operation of adding the sequence of numbers.
  • The mathematical symbol for summation is .
  • 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