|
|
Add
When applied to two numbers or to two arrays of numbers, Add produces the sum of two numbers or the component wise sum of the two arrays, respectively. It has three variables: summand1, summand2 and sum.
Structure (for scalars): summand1 + summand2 = sum
Examples: 4 + 6 = 10 -6 + 8 = 2 -12 + -8 = -20 (4, -6, -12) + (6, 8, -8) = (10, 2, -20)
Special compound model elements
|