tuple_atanhtuple_atanhTupleAtanhTupleAtanhtuple_atanh (Operator)

Name

tuple_atanhtuple_atanhTupleAtanhTupleAtanhtuple_atanh — 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()

def tuple_atanh(t: MaybeSequence[Union[float, int]]) -> Sequence[float]

def tuple_atanh_s(t: MaybeSequence[Union[float, int]]) -> float

Beschreibung

tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanhtuple_atanh berechnet den Areatangens hyperbolicus des Eingabetupels TTTTtt. Der Areatangens hyperbolicus wird in jedem Fall als Gleitpunktzahl in AtanhAtanhAtanhAtanhatanhatanh 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_atanhTupleAtanhTupleAtanhTupleAtanhtuple_atanh, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

Atanh := atanh(T)

Ausführungsinformationen

Parameter

TTTTtt (input_control)  number(-array) HTupleMaybeSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Eingabetupel.

AtanhAtanhAtanhAtanhatanhatanh (output_control)  number(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Areatangens hyperbolicus des Eingabetupels.

Alternativen

tuple_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinhtuple_asinh, tuple_acoshtuple_acoshTupleAcoshTupleAcoshTupleAcoshtuple_acosh

Siehe auch

tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanhtuple_tanh, tuple_tantuple_tanTupleTanTupleTanTupleTantuple_tan, tuple_atantuple_atanTupleAtanTupleAtanTupleAtantuple_atan, tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2tuple_atan2

Modul

Foundation