clValue.Coth Method

TOpenCLValue Coth(TOpenCLValue X)

Hyperbolic cotangens.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the hyperbolic cotangens of X.

Examples
clValue a;
clValue b;
b.Copy(0.5);
a.Coth(b);
See Also: clValue.ArcTanh, clValue.Coth