Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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