Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Root(const TCplx &A, int K, int N); | The root of complex number. |
| 2 | TSCplx Root(const TSCplx &A, int K, int N); |
Overload 1: TCplx Root(const TCplx &A, int K, int N);
The root of complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TCplx & | |
| 2 | K | int | |
| 3 | N | int |
Returns: '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.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx Root(const TSCplx &A, int K, int N);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TSCplx & | |
| 2 | K | int | |
| 3 | N | int |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler