Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function CartToPolar(const Z: TCplx): TCplx; | Cartesian to polar coordinate transformation. |
| 2 | function CartToPolar(const Z: TSCplx): TSCplx; |
Overload 1: function CartToPolar(const Z: TCplx): TCplx;
Cartesian to polar coordinate transformation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TCplx |
Returns: TCplx (complex) - complex number, transformed from cartesian to polar coordinate system.
See Also: Math387.PolarToCart
Overload 2: function CartToPolar(const Z: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TSCplx |
Returns: TSCplx