typedef struct complex { float Re,Im; } Complex; Complex Cadd(Complex,Complex); Complex Cmultiply(Complex,Complex); float Cnorm(Complex);