Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Root(TCplx A, Int32 K, Int32 N) | The root of complex number. |
| 2 | TSCplx Root(TSCplx A, Int32 K, Int32 N) |
Overload 1: TCplx Root(TCplx A, Int32 K, Int32 N)
The root of complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TCplx | scalar |
| 2 | K | Int32 | |
| 3 | N | Int32 |
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: TSCplx Root(TSCplx A, Int32 K, Int32 N)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TSCplx | scalar |
| 2 | K | Int32 | |
| 3 | N | Int32 |
Returns: TSCplx