TOpenCLValue.Coth Method

function Coth(const X: TOpenCLValue): TOpenCLValue;

Hyperbolic cotangens.

#NameTypeDescription
1XTOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the hyperbolic cotangens of X.

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