function Coth(const X: TOpenCLValue): TOpenCLValue;
Hyperbolic cotangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue |
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