|
|
SquareRoot
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.
Structure (for scalars): X becomes square-root-of(X) (=sqrtX)
Examples: 9 becomes 3 64 becomes 8 (9, 64) becomes (3, 8)
Special compound model elements
|