TOpenCLValue Sinh(TOpenCLValue X)
Hyperbolic sine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculate the hyperbolic sine of X.
Examples
clValue a;
clValue b;
b.Copy(0.5);
a.Sinh(b);
See Also: clValue.ArcSinh, clValue.SinhCosh