This function returns the quotient of two given Complex numbers.
encapsulated operator function '/' import Complex; input Complex c1 "Complex number 1"; input Complex c2 "Complex number 2"; output Complex c3 "= c1/c2"; end '/';