Aggiungi
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.
Ha tre variabili: sommando1, sommando2 e somma.
Struttura (per scalari):
sommando1 + sommando2 = somma
Esempi:
4 + 6 = 10
-6 + 8 = 2
-12 + -8 = -20
(4, -6, -12) + (6, 8, -8) = (10, 2, -20)
Argomenti correlati:
Elementi di base di un modello Composto
Elementi di un Modello Composto speciale
Copyright University of Twente 2011
|