function invC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType inv_z "inverse of z"; end invC;