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