tuple_asinhtuple_asinhTupleAsinhTupleAsinhtuple_asinh (Operator)
Name
tuple_asinhtuple_asinhTupleAsinhTupleAsinhtuple_asinh
— 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)
def tuple_asinh(t: MaybeSequence[Union[float, int]]) -> Sequence[float]
def tuple_asinh_s(t: MaybeSequence[Union[float, int]]) -> float
Description
tuple_asinhtuple_asinhTupleAsinhTupleAsinhtuple_asinh
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_asinhTupleAsinhTupleAsinhtuple_asinh
,
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) →
HTupleMaybeSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input tuple.
AsinhAsinhAsinhasinhasinh
(output_control) number(-array) →
HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)
Inverse hyperbolic sine of the input tuple.
Alternatives
tuple_acoshtuple_acoshTupleAcoshTupleAcoshtuple_acosh
,
tuple_atanhtuple_atanhTupleAtanhTupleAtanhtuple_atanh
See also
tuple_asintuple_asinTupleAsinTupleAsintuple_asin
,
tuple_sintuple_sinTupleSinTupleSintuple_sin
,
tuple_asintuple_asinTupleAsinTupleAsintuple_asin
Module
Foundation