Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Exp(TCplx X) | e^x function. |
| 2 | TSCplx Exp(TSCplx X) | |
| 3 | Double Exp(Double Src) | |
| 4 | Double Exp(Int32 Src) | |
| 5 | Double Exp(Int64 Src) | |
| 6 | Single Exp(Single Src) | |
| 7 | Single Expf(Int32 Src) | |
| 8 | Single Expf(Int64 Src) | |
| 9 | Single Expf(Single X) | e^x function. |
Overload 1: TCplx Exp(TCplx X)
e^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - the value of e raised to the power of X, where e is the base of natural logarithm.
Overload 2: TSCplx Exp(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double Exp(Double Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double | scalar |
Returns: Double
Overload 4: Double Exp(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Double
Overload 5: Double Exp(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Double
Overload 6: Single Exp(Single Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Single | scalar |
Returns: Single
Overload 7: Single Expf(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Single
Overload 8: Single Expf(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Single
Overload 9: Single Expf(Single X)
e^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single - Returns the value of e raised to the power of X, where e is the base of natural logarithm.