tuple_cosh ( : : T : Cosh )

Compute the hyperbolic cosine of a tuple.

tuple_cosh computes the hyperbolic cosine of the input tuple T. The hyperbolic cosine is always returned as a floating point number. The hyperbolic cosine of a string is not allowed.


Parameters

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

Cosh (output_control)
number(-array) -> real
Hyperbolic cosine of the input tuple.


Parallelization Information

tuple_cosh is reentrant and processed without parallelization.


Alternatives

tuple_sinh, tuple_tanh


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH