Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function CSqrt(const A: TCplx): TCplx; | Square root of a complex number. |
| 2 | function CSqrt(const A: TSCplx): TSCplx; |
Overload 1: function CSqrt(const A: TCplx): TCplx;
Square root of a complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TCplx |
Returns: TCplx (complex) - the square root of a complex number.
See Also: Math387.CSqr
Overload 2: function CSqrt(const A: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TSCplx |
Returns: TSCplx