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