clValue.ArcCot Method

TOpenCLValue ArcCot(TOpenCLValue X)

Inverse cotangens.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the inverse cotangens for X. The returned value is expressed in radians.

Examples
clValue a;
clValue b;
b.Copy(0.5);
a.ArcCot(b);
See Also: clValue.Cot, clValue.ArcTan