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