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