Difference between revisions of "Manuals/calci/SUMOF"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''LOGSTAR (Number,Base)'''</div><br/>") |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">''' | + | <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 | ||
+ | |||
+ | ==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 ]] |
Revision as of 13:47, 25 May 2017
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
- SUMOF(9) = 45
- SUMOF(15.6) = 120
- SUMOF(60) = 1830
See Also
References