Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Beschreibung

Berechnet den Arcus Tangens von Y/X ohne Probleme mit der Division durch 0.

Argumente

Name
Typ
Beschreibung
 floatBeliebige Zahl (Y)
 floatBeliebeige Zahl (X)

Rückgabewert float

Arcus Tangens von Y/X, ohne Probleme mit der Division durch 0.

Beispiel

Result = atan2(0.07071,1);

Resultat: 0.6154

Result = atan2(0.7071,0);

Resultat: 1.5708  (=Pi/2)

Siehe auch

atan

asin

acos

  • No labels