Math387::Norm Function

Overload List

#SignatureDescription
1double Norm(const TCplx &X);The ||Z||^2.
2float Norm(const TSCplx &X);

Overload 1: double Norm(const TCplx &X);

The ||Z||^2.

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

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