Math387::Cplx Function

Overload List

#SignatureDescription
1TCplx Cplx(double A);Converts two real numbers to complex number.
2TCplx Cplx(double A, double B);

Overload 1: TCplx Cplx(double A);

Converts two real numbers to complex number.

#NameTypeDescription
1Adouble

Returns: complex number: A+i*b.

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

Overload 2: TCplx Cplx(double A, double B);

#NameTypeDescription
1Adouble
2Bdouble
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler