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