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