clValue.Cot Method

TOpenCLValue Cot(TOpenCLValue X)

Cotangens.

#NameTypeDescription
1XTOpenCLValuesource 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