Math387.PolarToCart Method

Overload List

#SignatureDescription
1function PolarToCart(const Z: TCplx): TCplx;Polar to cartesian coordinate transformation.
2function PolarToCart(const Z: TSCplx): TSCplx;

Overload 1: function PolarToCart(const Z: TCplx): TCplx;

Polar to cartesian coordinate transformation.

#NameTypeDescription
1ZTCplx

Returns: TCplx (complex) - complex number, transformed from polar to cartesian coordinate system.

See Also: Math387.CartToPolar

Overload 2: function PolarToCart(const Z: TSCplx): TSCplx;

#NameTypeDescription
1ZTSCplx

Returns: TSCplx