function cosC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType cos_z "cosine of z"; end cosC;