tuple_tanh ( : : T : Tanh )

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.


Parameters

T (input_control)
number(-array) -> real / integer
Input tuple.

Tanh (output_control)
number(-array) -> real
Hyperbolic tangent of the input tuple.


Parallelization Information

tuple_tanh is reentrant, local, and processed without parallelization.


Alternatives

tuple_sinh, tuple_cosh


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH