| Line 1: |
Line 1: |
| − | sigmaof
| + | <div style="font-size:30px">'''SIGMAOF()'''</div><br/> |
| | + | |
| | + | ==Description== |
| | + | *This function shows the sum of the numbers. |
| | + | *In <math>SIGMA()</math> shows the sum of the first ten numbers. |
| | + | *Sigma is the eighteenth letter of the ancient Greek alphabet. |
| | + | *As an upper case letter (Sigma), it is used as a symbol for sums and series. |
| | + | *It is showing the sum of the first ten numbers,which is 1+2+3+...+10=55. |
| | + | |
| | + | ==Examples== |
| | + | #SIGMAOF() = 55 |
| | + | |
| | + | ==See Also== |
| | + | *[[Manuals/calci/SIGMA| SIGMA]] |
| | + | *[[Manuals/calci/SUM| SUM]] |
| | + | *[[Manuals/calci/SERIESSUM| SERIESSUM]] |
| | + | |
| | + | ==References== |
| | + | *[http://en.wikipedia.org/wiki/Summation SUM] |
| | + | |
| | + | *[[Z_API_Functions | List of Main Z Functions]] |
| | + | *[[ Z3 | Z3 home ]] |