This function returns the inverse Complex tangent of the Complex input.
function atan extends Modelica.Icons.Function; input Complex c1 "Complex number"; output Complex c2 "= arc_tan(c1)"; end atan;