TCplx Expj(const double Omega);
Euler formula for complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Omega | const double |
Returns: Returns the e^(i*W), using the Euler formula: e^(i*W) = cos(W) + i*sin(W)
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler