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