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