Math387::CSqr Function

Overload List

#SignatureDescription
1TCplx CSqr(const TCplx &X);The square of complex number.
2TSCplx CSqr(const TSCplx &X);

Overload 1: TCplx CSqr(const TCplx &X);

The square of complex number.

#NameTypeDescription
1Xconst TCplx &

Returns: the square of complex number.

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

Overload 2: TSCplx CSqr(const TSCplx &X);

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