Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CartToPolar(const TCplx &Z); | Cartesian to polar coordinate transformation. |
| 2 | TSCplx CartToPolar(const TSCplx &Z); |
Overload 1: TCplx CartToPolar(const TCplx &Z);
Cartesian to polar coordinate transformation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TCplx & |
Returns: complex number, transformed from cartesian to polar coordinate system.
See Also: Math387::PolarToCart
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx CartToPolar(const TSCplx &Z);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler