.. highlightlang:: us .. index:: atan2 .. _atan2: atan2 ===== .. us.tag atan GERMAN :ref:`atan2` berechnet den arcus tangens seiner Argumente. .. function:: r = atan2(y, x) .. us.return **Returnwert** *r* ist der arcus tangens von *y*/*x* im Bereich [−π, π]. .. us.params **Parameter** .. uparam:: y *y* ist eine reelle Matrix. Die Größe der Matrizen *x* und *y* muss gleich sein. .. uparam:: x *x* ist eine reelle Matrix. .. us.example **Beispiel** :: * atan2(2,1); 1.1071 .. seealso:: :ref:`uberblick-mathematik`, :ref:`tan`, :ref:`atan` :sub:`id-1338511`