Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Expj(Double Omega) | Euler formula for complex number. |
| 2 | TSCplx Expjf(Single Omega) |
Overload 1: TCplx Expj(Double Omega)
Euler formula for complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Omega | Double | scalar |
Returns: TCplx (complex) - Returns the e^(i*W), using the Euler formula: e^(i*W) = cos(W) + i*sin(W)
Overload 2: TSCplx Expjf(Single Omega)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Omega | Single | scalar |
Returns: TSCplx