tuple_atantuple_atanTupleAtanTupleAtantuple_atan (Operator)

Name

tuple_atantuple_atanTupleAtanTupleAtantuple_atan — Berechnen des Arkustangens eines Tupels.

Signatur

tuple_atan( : : T : ATan)

Herror tuple_atan(double T, double* ATan)

Herror T_tuple_atan(const Htuple T, Htuple* ATan)

void TupleAtan(const HTuple& T, HTuple* ATan)

HTuple HTuple::TupleAtan() const

static void HOperatorSet.TupleAtan(HTuple t, out HTuple ATan)

HTuple HTuple.TupleAtan()

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

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

Beschreibung

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

ATan := atan(T)

Ausführungsinformationen

Parameter

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

Eingabetupel.

ATanATanATanATanATanatan (output_control)  angle.rad(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Arkustangens des Eingabetupels.

Alternativen

tuple_atan2tuple_atan2TupleAtan2TupleAtan2TupleAtan2tuple_atan2, tuple_asintuple_asinTupleAsinTupleAsinTupleAsintuple_asin, tuple_acostuple_acosTupleAcosTupleAcosTupleAcostuple_acos

Siehe auch

tuple_tantuple_tanTupleTanTupleTanTupleTantuple_tan, tuple_tanhtuple_tanhTupleTanhTupleTanhTupleTanhtuple_tanh, tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanhtuple_atanh

Modul

Foundation