Overload List
Overload 1: TCplx Cos(const TCplx &X);
Cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the cosine of a complex argument X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx Cos(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: void Cos(const TCplx &X, TCplx &result);
Cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & | Defines complex argument for function. |
| 2 | result | TCplx & | Returns the result of function operation. |
Remarks:
Calculates the cosine of a complex argument X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 4: void Cos(const TSCplx &X, TSCplx &result);
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 5: double Cos(double X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler