|
|
RaiseToPower
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
Structure (for scalars): number^power=result
Example: 2^3 = 8 3^2 = 9 (2, 3)^(3, 2) = (8, 9)
Special compound model elements
|