Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double ArcCoth(double X); | Inverse hyperbolic cotangent. |
| 2 | TCplx ArcCoth(const TCplx &X); | Inverse hyperbolic cotangent. |
| 3 | TSCplx ArcCoth(const TSCplx &X); |
Overload 1: double ArcCoth(double X);
Inverse hyperbolic cotangent.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double |
Returns: the inverse hyperbolic cotangent of real argument X.
See Also: Math387::Coth
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx ArcCoth(const TCplx &X);
Inverse hyperbolic cotangent.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the inverse hyperbolic cotangent of complex argument X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: TSCplx ArcCoth(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler