Math387::CSqrt Function

Overload List

#SignatureDescription
1TCplx CSqrt(const TCplx &A);Square root of a complex number.
2TSCplx CSqrt(const TSCplx &A);

Overload 1: TCplx CSqrt(const TCplx &A);

Square root of a complex number.

#NameTypeDescription
1Aconst TCplx &

Returns: the square root of a complex number.

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

Overload 2: TSCplx CSqrt(const TSCplx &A);

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