Math387::Arg Function

Overload List

#SignatureDescription
1double Arg(const TCplx &Z);The argument of Z.
2float Arg(const TSCplx &Z);

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

The argument of Z.

#NameTypeDescription
1Zconst TCplx &

Returns: the argument of the complex number Z: Arg(Z) = ArcTan(Z.Im/Z.Re).

Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 2: float Arg(const TSCplx &Z);

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