Herror ::tuple_tanh (
    const HTuple &T,
    double *Tanh
)
Herror ::tuple_tanh (
    const HTuple &T,
    HTuple *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) -> HTuple.double / long
Input tuple.

Tanh (output_control)
number(-array) -> (HTuple.) double *
Hyperbolic tangent of the input tuple.


Alternatives

::tuple_sinh, ::tuple_cosh


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH