TOpenCLValue::SinhCosh Method

Overload List

#SignatureDescription
1void SinhCosh(TOpenCLBase *SinhX, TOpenCLBase *CoshX, int SinhIndex, int CoshIndex, int Index, int Len);
2void 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);

#NameTypeDescription
1SinhXTOpenCLBase *
2CoshXTOpenCLBase *
3SinhIndexint
4CoshIndexint
5Indexint
6Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: void SinhCosh(TOpenCLValue *SinhX, TOpenCLValue *CoshX);

Hyperbolic sine and cosine.

#NameTypeDescription
1SinhXTOpenCLValue *
2CoshXTOpenCLValue *
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