1,116 bytes added
, 02:12, 1 April 2017
<div style="font-size:30px">'''CALC(Formula)'''</div><br/>
*where <math>Formula</math> is the formula of any calculation to be performed.
==Description==
*This function gives the calculation result of given formula.
*<math>Formula</math>
==ZOS==
*The syntax is to calculate SUM is ZOS is <math>SUM(a,b,...)</math>
*<math> a,b,..</math> are numbers to be added.
*There are any number of arguments also we can give to find the <math> SUM </math>.
*SUM(-20..-10,11..20,30..50)
{{#ev:youtube|8iJutK_1nS4|280|center|Sum}}
==Examples==
{| id="TABLE3" class="SpreadSheet blue"
|- class="even"
!Equation
| n1
| n2
| n3
| SUM
|- class="odd"
|SUM(1,2,3)
| 1
| 2
| 3
| 6
|- class="even"
| SUM(5,-9,45)
| 5
| -9
| 45
| 41
|- class="odd"
| SUM(A1:A3)
| CELL A1
| CELL A2
| CELL A3
| A1+A2+A3
|- class="even"
|}
==Related Videos==
{{#ev:youtube|04qw5hmXojw|280|center|SUM}}
==See also==
*[[Manuals/calci/AVERAGE| AVERAGE]]
*[[Manuals/calci/PRODUCT| PRODUCT]]
==References==
[http://en.wikipedia.org/wiki/Summation SUM]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]