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