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