Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *Cosh(TOpenCLBase *X, int XIndex, int Index, int Len); | |
| 2 | TOpenCLValue *Cosh(TOpenCLValue *X); | Hyperbolic cosine. |
Overload 1: TOpenCLBase *Cosh(TOpenCLBase *X, int XIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLBase * | |
| 2 | XIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *Cosh(TOpenCLValue *X);
Hyperbolic cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Calculate the hyperbolic cosine of X.
See Also: TOpenCLValue::ArcCosh, TOpenCLValue::SinhCosh
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler