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