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.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Abs (output_control) |
number(-array) -> real |
| Absolute value of the input tuple. | |
tuple_fabs is reentrant and processed without parallelization.
Operators not requiring licensing