function coshC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType cosh_z "hyp cosine of z"; end coshC;