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