function logC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType log_z "logarithm of z"; end logC;