tuple_atanhtuple_atanhTupleAtanhTupleAtanh (Operator)

Name

tuple_atanhtuple_atanhTupleAtanhTupleAtanh — Berechnen des Areatangens hyperbolicus eines Tupels.

Signatur

tuple_atanh( : : T : Atanh)

Herror tuple_atanh(double T, double* Atanh)

Herror T_tuple_atanh(const Htuple T, Htuple* Atanh)

void TupleAtanh(const HTuple& T, HTuple* Atanh)

HTuple HTuple::TupleAtanh() const

static void HOperatorSet.TupleAtanh(HTuple t, out HTuple atanh)

HTuple HTuple.TupleAtanh()

Beschreibung

tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanh berechnet den Areatangens hyperbolicus des Eingabetupels TTTTt. Der Areatangens hyperbolicus wird in jedem Fall als Gleitpunktzahl in AtanhAtanhAtanhAtanhatanh zurückgeliefert. Der Areatangens hyperbolicus von Strings ist nicht erlaubt.

Sonderfall: Leeres Eingabetupel

Falls das Eingabetupel leer ist, gibt der Operator ein leeres Tupel zurück.

HDevelop Inline-Operation

HDevelop unterstützt eine Inline-Operation für tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanh, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

Atanh := atanh(T)

Ausführungsinformationen

Parameter

TTTTt (input_control)  number(-array) HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Eingabetupel.

AtanhAtanhAtanhAtanhatanh (output_control)  number(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Areatangens hyperbolicus des Eingabetupels.

Alternativen

tuple_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinh, tuple_acoshtuple_acoshTupleAcoshTupleAcoshTupleAcosh

Siehe auch

tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanh, tuple_tantuple_tanTupleTanTupleTanTupleTan, tuple_atantuple_atanTupleAtanTupleAtanTupleAtan, tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2

Modul

Foundation