Herror ::tuple_fabs (
    const HTuple &T,
    double *Abs
)
Herror ::tuple_fabs (
    const HTuple &T,
    HTuple *Abs
)

Compute the absolute value of a tuple (as floating point numbers).

::tuple_fabs computes the absolute value of the input tuple T. In contrast to ::tuple_abs, the absolute value is always returned as a floating point number by ::tuple_fabs. The absolute value of a string is not allowed.


Parameters

T (input_control)
number(-array) -> HTuple.double / long
Input tuple.

Abs (output_control)
number(-array) -> (HTuple.) double *
Absolute value of the input tuple.


Alternatives

::tuple_abs


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH