Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Norm(const X: TCplx): Double; | The ||Z||^2. |
| 2 | function Norm(const X: TSCplx): Single; |
Overload 1: function Norm(const X: TCplx): Double;
The ||Z||^2.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: Double - the squared norm of complex number: (x+i*y) becomes:Sqr(x) + Sqr(y).
See Also: Math387.Pythag
Overload 2: function Norm(const X: TSCplx): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: Single