ElevareaPotenza
When applied to two numbers or two arrays of numbers, RaiseToPower produces the number obtained by raising the first number to the power of the second or the array obtained by combining corresponding components of the arrays in the same fashion, respectively
It has three variables: number, power and result.
Struttura (per scalari):
numero^potenza=risultato
Esempo:
2^3 = 8
3^2 = 9
(2, 3)^(3, 2) = (8, 9)
Argomenti correlati:
Elementi di base di un modello Composto
Elementi di un Modello Composto speciale
Copyright University of Twente 2011
|