Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double Norm(const TCplx &X); | The ||Z||^2. |
| 2 | float Norm(const TSCplx &X); |
Overload 1: double Norm(const TCplx &X);
The ||Z||^2.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the squared norm of complex number: (x+i*y) becomes:Sqr(x) + Sqr(y).
See Also: Math387::Pythag
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: float Norm(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler