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