TOpenCLValue Tanh(TOpenCLValue X)
Hyperbolic tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculate the hyperbolic tangens of X.
Examples
clValue a;
clValue b;
b.Copy(0.5);
a.Tanh(b);
See Also: clValue.ArcTanh, clValue.Coth