Divide two tuples.
tuple_div computes the quotient of the input tuples Q1 and Q2. If both tuples have the same length the corresponding elements of both tuples are divided. Otherwise, either Q1 or Q2 must have length 1. In this case, the division is performed for each element of the longer tuple with the single element of the other tuple. If two integer numbers are divided, the result is again an integer number. If one of the operands is a floating point number, the result is a floating point number. The division of strings is not allowed.
|
Q1 (input_control) |
number(-array) -> real / integer |
| Input tuple 1. | |
|
Q2 (input_control) |
number(-array) -> real / integer |
| Input tuple 2. | |
| Restriction: Q2 != 0 | |
|
Quot (output_control) |
number(-array) -> real / integer |
| Quotient of the input tuples. | |
tuple_div is reentrant and processed without parallelization.
Operators not requiring licensing