tuple_asinhtuple_asinhTupleAsinhTupleAsinh (Operator)
Name
tuple_asinhtuple_asinhTupleAsinhTupleAsinh
— Compute the inverse hyperbolic sine of a tuple.
Signature
Herror tuple_asinh(double T, double* Asinh)
Herror T_tuple_asinh(const Htuple T, Htuple* Asinh)
Description
tuple_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinh
computes the inverse hyperbolic sine of the
input tuple TTTTt
. The inverse hyperbolic sine is always
returned as a floating point number in AsinhAsinhAsinhAsinhasinh
. The inverse
hyperbolic sine 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_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinh
,
which can be used in an expression in the following syntax:
Asinh := asinh(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.
AsinhAsinhAsinhAsinhasinh
(output_control) number(-array) →
HTupleHTupleHtuple (real) (double) (double) (double)
Inverse hyperbolic sine of the input tuple.
Alternatives
tuple_acoshtuple_acoshTupleAcoshTupleAcoshTupleAcosh
,
tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanh
See also
tuple_asintuple_asinTupleAsinTupleAsinTupleAsin
,
tuple_sintuple_sinTupleSinTupleSinTupleSin
,
tuple_asintuple_asinTupleAsinTupleAsinTupleAsin
Module
Foundation