This function returns the Complex hyperbolic cosine of the Complex input.
function cosh extends Modelica.Icons.Function; input Complex c1 "Complex number"; output Complex c2 "= cosh(c1)"; end cosh;