function conjC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType conj_z "conjugate value of z"; end conjC;