tuple_atanhtuple_atanhTupleAtanhTupleAtanh (Operator)
Name
tuple_atanhtuple_atanhTupleAtanhTupleAtanh
— Compute the inverse hyperbolic tangent of a tuple.
Signature
Herror tuple_atanh(double T, double* Atanh)
Herror T_tuple_atanh(const Htuple T, Htuple* Atanh)
Description
tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanh
computes the inverse hyperbolic tangent of the
input tuple TTTTt
. The inverse hyperbolic tangent is always
returned as a floating point number in AtanhAtanhAtanhAtanhatanh
. The inverse
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_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanh
,
which can be used in an expression in the following syntax:
Atanh := atanh(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.
AtanhAtanhAtanhAtanhatanh
(output_control) number(-array) →
HTupleHTupleHtuple (real) (double) (double) (double)
Inverse hyperbolic tangent of the input tuple.
Alternatives
tuple_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinh
,
tuple_acoshtuple_acoshTupleAcoshTupleAcoshTupleAcosh
See also
tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanh
,
tuple_tantuple_tanTupleTanTupleTanTupleTan
,
tuple_atantuple_atanTupleAtanTupleAtanTupleAtan
,
tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2
Module
Foundation