tuple_tantuple_tanTupleTanTupleTantuple_tan (Operator)

Name

tuple_tantuple_tanTupleTanTupleTantuple_tan — Berechnen des Tangens eines Tupels.

Signatur

tuple_tan( : : T : Tan)

Herror tuple_tan(double T, double* Tan)

Herror T_tuple_tan(const Htuple T, Htuple* Tan)

void TupleTan(const HTuple& T, HTuple* Tan)

HTuple HTuple::TupleTan() const

static void HOperatorSet.TupleTan(HTuple t, out HTuple tan)

HTuple HTuple.TupleTan()

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

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

Beschreibung

tuple_tantuple_tanTupleTanTupleTanTupleTantuple_tan berechnet den Tangens des Eingabetupels TTTTtt. Der Tangens wird in jedem Fall als Gleitpunktzahl in TanTanTanTantantan zurückgeliefert. Die Winkel in TTTTtt werden im Bogenmaß gespeichert. Der Tangens 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_tantuple_tanTupleTanTupleTanTupleTantuple_tan, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

Tan := tan(T)

Ausführungsinformationen

Parameter

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

Eingabetupel.

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

Tangens des Eingabetupels.

Alternativen

tuple_sintuple_sinTupleSinTupleSinTupleSintuple_sin, tuple_costuple_cosTupleCosTupleCosTupleCostuple_cos

Siehe auch

tuple_atantuple_atanTupleAtanTupleAtanTupleAtantuple_atan, tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2tuple_atan2, tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanhtuple_tanh, tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanhtuple_atanh

Modul

Foundation