Quadrato
When applied to a number or an array of numbers, Square produces the square of the number or an array each element of which is the square of the corresponding element of the input array, respectively.
It has two variables: X and Xsquared.
Struttura:
X diviene X^2 ( = Xquadrato)
Esempi:
3 diventa 9
8 diventa 64
-12 diventa 144
(3, 8, -12) diventa (9, 64, 144)
Argomenti correlati:
Elementi di base di un modello Composto
Elementi di un Modello Composto speciale
Copyright University of Twente 2011
|