Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Exp2(TCplx X) | 2^x function. |
| 2 | TSCplx Exp2(TSCplx X) | |
| 3 | Double Exp2(Double X) | 2^x function. |
| 4 | Single Exp2f(Single X) |
Overload 1: TCplx Exp2(TCplx X)
2^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Returns the value of 2 raised to the power of X.
See Also: Math387.Power
Overload 2: TSCplx Exp2(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double Exp2(Double X)
2^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - Returns the value of 2 raised to the power of X.
Remarks:
This function is twice as fast as the equivalent call to the Dew.Math.Units.Math387.Power function.
Overload 4: Single Exp2f(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single