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