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