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