This function returns the binary minus of the given Complex number.
function negate import Complex; input Complex c1 "Complex number"; output Complex c2 "= -c1"; end negate;