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