function sinhC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType sinh_z "hyp sine of z"; end sinhC;