tuple_atanhtuple_atanhTupleAtanhTupleAtanhtuple_atanh (Operator)
Name
tuple_atanhtuple_atanhTupleAtanhTupleAtanhtuple_atanh — Berechnen des Areatangens hyperbolicus eines Tupels.
Signatur
Herror tuple_atanh(double T, double* Atanh)
Herror T_tuple_atanh(const Htuple T, Htuple* Atanh)
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
- Multithreading-Typ: independent (läuft parallel auch zu exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
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