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