Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Root(const A: TCplx; K: Integer; N: Integer): TCplx; | The root of complex number. |
| 2 | function Root(const A: TSCplx; K: Integer; N: Integer): TSCplx; |
Overload 1: function Root(const A: TCplx; K: Integer; N: Integer): TCplx;
The root of complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TCplx | |
| 2 | K | Integer | |
| 3 | N | Integer |
Returns: TCplx (complex) - 'N' roots of 'A' by varying 'K' from 0..N-1.
Remarks:
This routine uses DeMoivre's theorem to calculate all roots of complex number.
Overload 2: function Root(const A: TSCplx; K: Integer; N: Integer): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TSCplx | |
| 2 | K | Integer | |
| 3 | N | Integer |
Returns: TSCplx