This function returns y = sinh(u), with -∞ < u < ∞:
function sinh extends Modelica.Math.Icons.AxisCenter; input Real u "Independent variable"; output Real y "Dependent variable y=sinh(u)"; end sinh;