tuple_sinhtuple_sinhTupleSinhTupleSinhtuple_sinh (Operator)
Name
tuple_sinhtuple_sinhTupleSinhTupleSinhtuple_sinh — Berechnen des Sinus hyperbolicus eines Tupels.
Signatur
tuple_sinh( : : T : Sinh)
Herror tuple_sinh(double T, double* Sinh)
Herror T_tuple_sinh(const Htuple T, Htuple* Sinh)
def tuple_sinh(t: MaybeSequence[Union[float, int]]) -> Sequence[float]
def tuple_sinh_s(t: MaybeSequence[Union[float, int]]) -> float
Beschreibung
tuple_sinhtuple_sinhTupleSinhTupleSinhTupleSinhtuple_sinh berechnet den Sinus hyperbolicus des
Eingabetupels TTTTtt. Der Sinus hyperbolicus wird in jedem Fall
als Gleitpunktzahl in SinhSinhSinhSinhsinhsinh zurückgeliefert. Der Sinus
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_sinhtuple_sinhTupleSinhTupleSinhTupleSinhtuple_sinh,
die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden
kann:
Sinh := sinh(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.
SinhSinhSinhSinhsinhsinh (output_control) number(-array) → HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)
Sinus hyperbolicus des Eingabetupels.
Alternativen
tuple_coshtuple_coshTupleCoshTupleCoshTupleCoshtuple_cosh,
tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanhtuple_tanh
Siehe auch
tuple_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinhtuple_asinh,
tuple_sintuple_sinTupleSinTupleSinTupleSintuple_sin,
tuple_asintuple_asinTupleAsinTupleAsinTupleAsintuple_asin
Modul
Foundation