Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx ArcSinh(TCplx X) | Inverse hyperbolic sine. |
| 2 | TSCplx ArcSinh(TSCplx X) | |
| 3 | Double ArcSinh(Double X) | Inverse hyperbolic sine. |
| 4 | Single ArcSinhf(Single X) |
Overload 1: TCplx ArcSinh(TCplx X)
Inverse hyperbolic sine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Returns the inverse hyperbolic sine of complex argument X.
Overload 2: TSCplx ArcSinh(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double ArcSinh(Double X)
Inverse hyperbolic sine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - Returns the inverse hyperbolic sine of real argument X.
See Also: Math387.Sinh
Overload 4: Single ArcSinhf(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single