Compute the exponential of a tuple.
tuple_exp computes the exponential of the input tuple T. The exponential is always returned as a floating point number. The exponential of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Exp (output_control) |
number(-array) -> real |
| Exponential of the input tuple. | |
tuple_exp is reentrant and processed without parallelization.
Foundation