Overload List
Overload 1: function CDiv(const A: TCplx; const B: TCplx): TCplx;
Complex division.
Returns: TCplx (complex) - the result of complex division: Z = A/B.
See Also: Math387.CMul
Overload 2: function CDiv(const A: TCplx; const B: Double): TCplx;
Overload 3: function CDiv(const A: TSCplx; const B: TSCplx): TSCplx;
Overload 4: function CDiv(const A: TSCplx; const B: Single): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TSCplx | |
| 2 | B | Single |
Returns: TSCplx
Overload 5: function CDiv(const A: Double; const B: TCplx): TCplx;
Overload 6: function CDiv(const A: Single; const B: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Single | |
| 2 | B | TSCplx |
Returns: TSCplx