tuple_tanhtuple_tanhTupleTanhTupleTanhtuple_tanh (Operator)

Name

tuple_tanhtuple_tanhTupleTanhTupleTanhtuple_tanh — Berechnen des Tangens hyperbolicus eines Tupels.

Signatur

tuple_tanh( : : T : Tanh)

Herror tuple_tanh(double T, double* Tanh)

Herror T_tuple_tanh(const Htuple T, Htuple* Tanh)

void TupleTanh(const HTuple& T, HTuple* Tanh)

HTuple HTuple::TupleTanh() const

static void HOperatorSet.TupleTanh(HTuple t, out HTuple tanh)

HTuple HTuple.TupleTanh()

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

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

Beschreibung

tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanhtuple_tanh berechnet den Tangens hyperbolicus des Eingabetupels TTTTtt. Der Tangens hyperbolicus wird in jedem Fall als Gleitpunktzahl in TanhTanhTanhTanhtanhtanh zurückgeliefert. Der Tangens 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_tanhtuple_tanhTupleTanhTupleTanhTupleTanhtuple_tanh, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

Tanh := tanh(T)

Ausführungsinformationen

Parameter

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

Eingabetupel.

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

Tangens hyperbolicus des Eingabetupels.

Alternativen

tuple_sinhtuple_sinhTupleSinhTupleSinhTupleSinhtuple_sinh, tuple_coshtuple_coshTupleCoshTupleCoshTupleCoshtuple_cosh

Siehe auch

tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanhtuple_atanh, tuple_tantuple_tanTupleTanTupleTanTupleTantuple_tan, tuple_atantuple_atanTupleAtanTupleAtanTupleAtantuple_atan, tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2tuple_atan2

Modul

Foundation