.. highlightlang:: us .. index:: atanh .. _atanh: atanh ===== .. us.tag atanh GERMAN math-trigo :ref:`atanh` berechnet den arcus tangens hyperbolicus seines Arguments. .. function:: r = atanh(m) .. us.return **Returnwert** *r* ist der arcus tangens hyperbolicus von *m*. .. us.params **Parameter** .. uparam:: m *m* ist eine reelle oder komplexe Matrix. .. us.comment **Kommentar** Die Berechnung erfolgt nach der Formel ``0.5 .* log ((1 + x) ./ (1 - x))``. .. seealso:: :ref:`uberblick-mathematik`, :ref:`tanh` :sub:`id-338426`