function absC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output Real abs_z "absolute value of z"; end absC;