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