public static operator/( c1 as Complex<FLOAT_TYPE>, c2 as Complex<FLOAT_TYPE> ) as Complex<FLOAT_TYPE>:
Division operator for Complex numbers.
A new Complex number that is the quotient of c1 and c2.