Convert a tuple into a tuple of floating point numbers.
tuple_real converts the input tuple T into a tuple of floating point numbers. The conversion of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Real (output_control) |
number(-array) -> real |
| Input tuple as floating point numbers. | |
tuple_real is reentrant and processed without parallelization.
Foundation