.. highlightlang:: us .. _cosh: cosh ==== .. index:: cosh .. us.tag cosh GERMAN math-trigo :ref:`cosh` berechnet den cosinus hyperbolicus seines Arguments. .. function:: r = cosh(m) .. us.return **Returnwert** *r* ist der cosinus hyperbolicus von *m*. .. us.params **Parameter** .. uparam:: m *m* ist eine reelle oder komplexe Matrix. .. us.comment **Kommentar** Die Berechnung erfolgt nach der Formel (exp(x) + exp(-x)) .* 0.5. .. seealso:: :ref:`uberblick-mathematik`, :ref:`acosh` :sub:`id-1678619`