.. highlightlang:: us .. index:: acos .. _acos: acos ==== .. us.tag acos GERMAN math-trigo :ref:`acos` berechnet den arcus cosinus seines Arguments. .. function:: r = acos(m) .. us.return **Returnwert** *r* ist der arcus cosinus von *m*. .. us.params **Parameter** .. uparam:: m *m* ist eine reelle oder komplexe Matrix. .. us.comment **Kommentar** Die Berechnung erfolgt nach der Formel ``-1i .* log (x + sqrt (x .* x - 1))``. .. seealso:: :ref:`uberblick-mathematik`, :ref:`cos`, :ref:`acosh` :sub:`id-1076924`