Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Cplx(double A); | Converts two real numbers to complex number. |
| 2 | TCplx Cplx(double A, double B); |
Overload 1: TCplx Cplx(double A);
Converts two real numbers to complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double |
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);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | B | double |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler