Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx ArcTan(const TCplx &X); | Inverse tangens of X. |
| 2 | TSCplx ArcTan(const TSCplx &X); | |
| 3 | double ArcTan(double X); |
Overload 1: TCplx ArcTan(const TCplx &X);
Inverse tangens of X.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: Returns the inverse tangens of complex argument X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx ArcTan(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: double ArcTan(double X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler