function expC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType exp_z "exponential of z"; end expC;