RadiceQuadrata
When applied to a number or an array of numbers, SquareRoot produces the square root of the number or an array each element of which is the square root of the corresponding element of the input array, respectively.
It has two variables: X and sqrtX.
Struttura (per scalari):
X diventa radice-quadrata-di(X) (=radicequadrataX)
Esempi:
9 diventa 3
64 diventa 8
(9, 64) diventa (3, 8)
Argomenti correlati:
Elementi di base di un modello Composto
Elementi di un Modello Composto speciale
Copyright University of Twente 2011
|