Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CFrac(const TCplx &X); | Complex frac function. |
| 2 | TSCplx CFrac(const TSCplx &X); |
Overload 1: TCplx CFrac(const TCplx &X);
Complex frac function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the frac function to real and imaginary part of the X parameter.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx CFrac(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler