Manuals/calci/UNITADD
Jump to navigation
Jump to search
UNITADD(a,b)
- where 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 a} and are two numbers to be added.
Description
- This function gives the total sum value of two numbers.
- The numbers can be 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 +ve} or 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 -ve} .
- We can give any cell references like column or row number, logical values like true or false, or a result from any other functions in Arguments.
- Even if more than two numbers are entered as argument, only first two numbers get added.
- For arguments other than numbers, constant or logical values, Calci gives an error message.
ZOS
- The syntax is to calculate SUM is ZOS 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 UNITADD(a,b)}
- 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 a} and 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 b} are two numbers to be added.
Examples
- UNITADD(40,10) = 50
- UNITADD(-90,-70) = -160
- UNITADD(true,true) = 2
- UNITADD(3.234, 1.42) = 4.654
- UNITADD(10,20,5,5) = 30 (Here only first two numbers get added)
- a=4 ; b=6 ; UNITADD(a,b) = 10
Related Videos
See also
References