Negate a tuple.
::tuple_neg computes the negation of the input tuple T, i.e., Neg = -T. The negation of an integer number is again an integer number. The negation of a floating point number is a floating point number. The negation of a string is not allowed. The negation of an empty input tuple results in an empty output tuple.
|
T (input_control) |
number(-array) -> HTuple.double / long |
| Input tuple. | |
|
Neg (output_control) |
number(-array) -> (HTuple.) double * / long * |
| Negation of the input tuple. | |
Operators not requiring licensing