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