Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double CAbs(TCplx Z) | The norm of z. |
| 2 | Single CAbs(TSCplx Z) |
Overload 1: Double CAbs(TCplx Z)
The norm of z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TCplx | scalar |
Returns: Double - the norm of a complex number z: |z| = Sqrt[z z*].
Overload 2: Single CAbs(TSCplx Z)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TSCplx | scalar |
Returns: Single