tuple_sqrt ( : : T : Sqrt )

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.


Parameters

T (input_control)
number(-array) -> real / integer
Input tuple.
Restriction: T >= 0

Sqrt (output_control)
number(-array) -> real
Square root of the input tuple.


Parallelization Information

tuple_sqrt is reentrant and processed without parallelization.


Module

Operators not requiring licensing



Copyright © 1996-2005 MVTec Software GmbH