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