Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double Exp10(const double X); | 10^x function. |
| 2 | TCplx Exp10(const TCplx &X); | 10^x function. |
| 3 | TSCplx Exp10(const TSCplx &X); |
Overload 1: double Exp10(const double X);
10^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double |
Returns: Returns the value of 10 raised to the power of X.
Remarks:
This function is about 30% faster as the equivalent call to the Math387::Power routine.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx Exp10(const TCplx &X);
10^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: Returns the value of 10 raised to the power of X.
Remarks:
This function is about 30% faster as the equivalent call to the Math387::Power routine
See Also: Math387::Power
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: TSCplx Exp10(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler