Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double Arg(const TCplx &Z); | The argument of Z. |
| 2 | float Arg(const TSCplx &Z); |
Overload 1: double Arg(const TCplx &Z);
The argument of Z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TCplx & |
Returns: the argument of the complex number Z: Arg(Z) = ArcTan(Z.Im/Z.Re).
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: float Arg(const TSCplx &Z);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler