TOpenCLValue Csc(TOpenCLValue X)
Cosecant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculate the cosecant of X.
Examples
clValue a;
clValue b;
b.Copy(4);
a.Csc(b);
See Also: clValue.ArcCsc, clValue.Sec