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