Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Conj(TCplx A) | Conjugate complex number. |
| 2 | TSCplx Conj(TSCplx A) |
Overload 1: TCplx Conj(TCplx A)
Conjugate complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TCplx | scalar |
Returns: TCplx (complex) - conjugated complex number Z becomes Z*.
Overload 2: TSCplx Conj(TSCplx A)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TSCplx | scalar |
Returns: TSCplx