This function returns the inverse Complex cosine of the Complex input.
function acos extends Modelica.Icons.Function; input Complex c1 "Complex number"; output Complex c2 "= arc_cos(c1)"; end acos;