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