TOpenCLValue Cot(TOpenCLValue X)
Cotangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculate the cotangens of x.
Examples
clValue a;
clValue b;
b.Copy(4);
a.Cot(b);
See Also: clValue.Tan, clValue.ArcCot