Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Conj(const TCplx &A); | Conjugate complex number. |
| 2 | TSCplx Conj(const TSCplx &A); |
Overload 1: TCplx Conj(const TCplx &A);
Conjugate complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TCplx & |
Returns: conjugated complex number Z becomes Z*.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx Conj(const TSCplx &A);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler