tuple_asinhtuple_asinhTupleAsinhTupleAsinh (Operator)

Name

tuple_asinhtuple_asinhTupleAsinhTupleAsinh — Compute the inverse hyperbolic sine of a tuple.

Signature

tuple_asinh( : : T : Asinh)

Herror tuple_asinh(double T, double* Asinh)

Herror T_tuple_asinh(const Htuple T, Htuple* Asinh)

void TupleAsinh(const HTuple& T, HTuple* Asinh)

HTuple HTuple::TupleAsinh() const

static void HOperatorSet.TupleAsinh(HTuple t, out HTuple asinh)

HTuple HTuple.TupleAsinh()

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

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