tuple_coshtuple_coshTupleCoshTupleCoshtuple_cosh (Operator)

Name

tuple_coshtuple_coshTupleCoshTupleCoshtuple_cosh — Berechnen des Kosinus hyperbolicus eines Tupels.

Signatur

tuple_cosh( : : T : Cosh)

Herror tuple_cosh(double T, double* Cosh)

Herror T_tuple_cosh(const Htuple T, Htuple* Cosh)

void TupleCosh(const HTuple& T, HTuple* Cosh)

HTuple HTuple::TupleCosh() const

static void HOperatorSet.TupleCosh(HTuple t, out HTuple cosh)

HTuple HTuple.TupleCosh()

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

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

Beschreibung

tuple_coshtuple_coshTupleCoshTupleCoshtuple_cosh berechnet den Kosinus hyperbolicus des Eingabetupels TTTtt. Der Kosinus hyperbolicus wird in jedem Fall als Gleitpunktzahl in CoshCoshCoshcoshcosh zurückgeliefert. Der Kosinus 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_coshtuple_coshTupleCoshTupleCoshtuple_cosh, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

Cosh := cosh(T)

Ausführungsinformationen

Parameter

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

Eingabetupel.

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

Kosinus hyperbolicus des Eingabetupels.

Alternativen

tuple_sinhtuple_sinhTupleSinhTupleSinhtuple_sinh, tuple_tanhtuple_tanhTupleTanhTupleTanhtuple_tanh

Siehe auch

tuple_acoshtuple_acoshTupleAcoshTupleAcoshtuple_acosh, tuple_costuple_cosTupleCosTupleCostuple_cos, tuple_acostuple_acosTupleAcosTupleAcostuple_acos

Modul

Foundation