Compute the hyperbolic tangent of a tuple.
tuple_tanh computes the hyperbolic tangent of the input tuple T. The hyperbolic tangent is always returned as a floating point number. The hyperbolic tangent of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Tanh (output_control) |
number(-array) -> real |
| Hyperbolic tangent of the input tuple. | |
tuple_tanh is reentrant, local, and processed without parallelization.
Foundation