Convert a tuple from radians to degrees.
tuple_deg converts the input tuple Rad from radians to degrees. The result is always returned as a floating point number. The conversion of a string is not allowed.
|
Rad (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Deg (output_control) |
number(-array) -> real |
| Input tuple in degrees. | |
tuple_deg is reentrant and processed without parallelization.
Foundation