clValue.Cosh Method

TOpenCLValue Cosh(TOpenCLValue X)

Hyperbolic cosine.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the hyperbolic cosine of all caling object elements in-place.

Examples
clValue a;
clValue b;
b.Copy(0.5);
a.Cosh(b);
See Also: clValue.ArcCosh, clValue.SinhCosh