Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double CAbs(const TCplx &Z); | The norm of z. |
| 2 | float CAbs(const TSCplx &Z); |
Overload 1: double CAbs(const TCplx &Z);
The norm of z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TCplx & |
Returns: the norm of a complex number z: |z| = Sqrt[z z*].
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: float CAbs(const TSCplx &Z);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler