Compute the square root of a tuple.
tuple_sqrt computes the square root of the input tuple T. The square root is always returned as a floating point number. The square root of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
| Restriction: T >= 0 | |
|
Sqrt (output_control) |
number(-array) -> real |
| Square root of the input tuple. | |
tuple_sqrt is reentrant and processed without parallelization.
Operators not requiring licensing