Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double ArcCsc(double X); | Inverse cosecant. |
| 2 | TCplx ArcCsc(const TCplx &X); | Inverse cosecant. |
| 3 | TSCplx ArcCsc(const TSCplx &X); |
Overload 1: double ArcCsc(double X);
Inverse cosecant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double |
Returns: the inverse cosecant of the real argument X.
See Also: Math387::Csc
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx ArcCsc(const TCplx &X);
Inverse cosecant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the inverse cosecant of the complex argument X.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: TSCplx ArcCsc(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler