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