Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double Tan(const double X); | Tangens. |
| 2 | TCplx Tan(const TCplx &X); | Tangens. |
| 3 | TSCplx Tan(const TSCplx &X); |
Overload 1: double Tan(const double X);
Tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double |
Returns: the tangens of real argument X, in radians, where Tan(x) is defined as: Tan(X) = Sin(X)/Cos(X)
See Also: Math387::ArcTan
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx Tan(const TCplx &X);
Tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: Returns the tangens of complex argument X, in radians.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: TSCplx Tan(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler