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