.. highlightlang:: us .. index:: sinh .. _sinh: sinh ==== .. us.tag sinh GERMAN math-trigo :ref:`sinh` berechnet den sinus hyperbolicus seines Arguments. .. function:: r = sinh(m) .. us.return **Returnwert** *r* ist der 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 ((exp(x) - exp(-x)) .* 0.5). .. seealso:: :ref:`overview-mathematic`, :ref:`asinh` :sub:`id-75187`