Math387::CAbs Function

Overload List

#SignatureDescription
1double CAbs(const TCplx &Z);The norm of z.
2float CAbs(const TSCplx &Z);

Overload 1: double CAbs(const TCplx &Z);

The norm of z.

#NameTypeDescription
1Zconst 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);

#NameTypeDescription
1Zconst TSCplx &
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler