clValue.Tanh Method

TOpenCLValue Tanh(TOpenCLValue X)

Hyperbolic tangens.

#NameTypeDescription
1XTOpenCLValuesource 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