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