function atanC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType atan_z "arc-tangens of z"; end atanC;