Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CSqrt(const TCplx &A); | Square root of a complex number. |
| 2 | TSCplx CSqrt(const TSCplx &A); |
Overload 1: TCplx CSqrt(const TCplx &A);
Square root of a complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TCplx & |
Returns: the square root of a complex number.
See Also: Math387::CSqr
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx CSqrt(const TSCplx &A);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler