Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Exp10(TCplx X) | 10^x function. |
| 2 | TSCplx Exp10(TSCplx X) | |
| 3 | Double Exp10(Double X) | 10^x function. |
| 4 | Single Exp10f(Single X) |
Overload 1: TCplx Exp10(TCplx X)
10^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Returns the value of 10 raised to the power of X.
Remarks:
This function is about 30% faster as the equivalent call to the Dew.Math.Units.Math387.Power routine
See Also: Math387.Power
Overload 2: TSCplx Exp10(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double Exp10(Double X)
10^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - Returns the value of 10 raised to the power of X.
Remarks:
This function is about 30% faster as the equivalent call to the Dew.Math.Units.Math387.Power routine.
Overload 4: Single Exp10f(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single