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