Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Sin(const TCplx &X); | Sine. |
| 2 | TSCplx Sin(const TSCplx &X); | |
| 3 | void Sin(const TCplx &X, TCplx &result); | Sine. |
| 4 | void Sin(const TSCplx &X, TSCplx &result); | |
| 5 | double Sin(double X); |
Overload 1: TCplx Sin(const TCplx &X);
Sine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the sine of a complex argument X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx Sin(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 Sin(const TCplx &X, TCplx &result);
Sine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & | Defines complex argument for function. |
| 2 | result | TCplx & | Returns the result of function operation. |
Remarks:
Calculates the sine of a complex argument X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 4: void Sin(const TSCplx &X, TSCplx &result);
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 5: double Sin(double X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler