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