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