function sinC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType sin_z "sine of z"; end sinC;