Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SinhCosh(TOpenCLBase *SinhX, TOpenCLBase *CoshX, int SinhIndex, int CoshIndex, int Index, int Len); | |
| 2 | void SinhCosh(TOpenCLValue *SinhX, TOpenCLValue *CoshX); | Hyperbolic sine and cosine. |
Overload 1: void SinhCosh(TOpenCLBase *SinhX, TOpenCLBase *CoshX, int SinhIndex, int CoshIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SinhX | TOpenCLBase * | |
| 2 | CoshX | TOpenCLBase * | |
| 3 | SinhIndex | int | |
| 4 | CoshIndex | int | |
| 5 | Index | int | |
| 6 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: void SinhCosh(TOpenCLValue *SinhX, TOpenCLValue *CoshX);
Hyperbolic sine and cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SinhX | TOpenCLValue * | |
| 2 | CoshX | TOpenCLValue * |
Remarks:
Calculates the hyperbolic sine and hyperbolic cosine for the calling object value and stores the sine to SinhX and cosine to CoshX. FloatPrecision and TOpenCLBase::Complex property of SinhX and CoshX are adjusted automatically.
Note
Use this method, if you require hyperbolic sine and hyperbolic cosine.
See Also: TOpenCLValue::Sinh, TOpenCLValue::Cosh
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler