Herror ::tuple_sqrt (
    const HTuple &T,
    double *Sqrt
)
Herror ::tuple_sqrt (
    const HTuple &T,
    HTuple *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) -> HTuple.double / long
Input tuple.
Restriction: T >= 0

Sqrt (output_control)
number(-array) -> (HTuple.) double *
Square root of the input tuple.


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH