function tanhC extends Modelica.Icons.Function; input ComplexType z "complex argument"; output ComplexType tanh_z "hyp tangens of z"; end tanhC;