Google
CommonTypes.TComplex Record
Namespace
Pascal
TComplex = packed record
  form: TComplexForm;
  case TComplexForm of
    Polar: (r: float;
            theta: float;);
    Rectangular: (im: float;
                  re: float;);
  end;
File
Description

This is record CommonTypes.TComplex.

Related Information