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.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Cosh (output_control) |
number(-array) -> real |
| Hyperbolic cosine of the input tuple. | |
tuple_cosh is reentrant and processed without parallelization.
Foundation