◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <math.h> Structure: struct complex { double x; // Real component double y; // Imaginary component } ; struct _complexl { long double x,y; // Real and imaginary parts } ;