tuple_tanhtuple_tanhTupleTanhTupleTanh (Operator)
Name
tuple_tanhtuple_tanhTupleTanhTupleTanh
— Compute the hyperbolic tangent of a tuple.
Signature
tuple_tanh( : : T : Tanh)
Herror tuple_tanh(double T, double* Tanh)
Herror T_tuple_tanh(const Htuple T, Htuple* Tanh)
Description
tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanh
computes the hyperbolic tangent of the input
tuple TTTTt
. The hyperbolic tangent is always returned as a
floating point number in TanhTanhTanhTanhtanh
. The hyperbolic tangent of a string
is not allowed.
Exception: Empty input tuple
If the input tuple is empty, the operator returns an empty tuple.
HDevelop In-line Operation
HDevelop provides an in-line operation for tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanh
,
which can be used in an expression in the following syntax:
Tanh := tanh(T)
Execution Information
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
TTTTt
(input_control) number(-array) →
HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input tuple.
TanhTanhTanhTanhtanh
(output_control) number(-array) →
HTupleHTupleHtuple (real) (double) (double) (double)
Hyperbolic tangent of the input tuple.
Alternatives
tuple_sinhtuple_sinhTupleSinhTupleSinhTupleSinh
,
tuple_coshtuple_coshTupleCoshTupleCoshTupleCosh
See also
tuple_tantuple_tanTupleTanTupleTanTupleTan
,
tuple_atantuple_atanTupleAtanTupleAtanTupleAtan
,
tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2
Module
Foundation