Name
tuple_tanhtuple_tanhTupleTanhTupleTanh — Compute the hyperbolic tangent of a tuple.
tuple_tanh( : : T : Tanh)
Herror tuple_tanh(double T, double* Tanh)
Herror T_tuple_tanh(const Htuple T, Htuple* Tanh)
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)
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
TTTTt (input_control) number(-array) → HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input tuple.
Hyperbolic tangent of the input tuple.
tuple_sinhtuple_sinhTupleSinhTupleSinhTupleSinh,
tuple_coshtuple_coshTupleCoshTupleCoshTupleCosh
tuple_tantuple_tanTupleTanTupleTanTupleTan,
tuple_atantuple_atanTupleAtanTupleAtanTupleAtan,
tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2
Foundation