tuple_fabs ( : : T : 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) -> real / integer
Input tuple.

Abs (output_control)
number(-array) -> real
Absolute value of the input tuple.


Parallelization Information

tuple_fabs is reentrant and processed without parallelization.


Alternatives

tuple_abs


Module

Operators not requiring licensing



Copyright © 1996-2005 MVTec Software GmbH