TOpenCLValue::Cosh Method

Overload List

#SignatureDescription
1TOpenCLBase *Cosh(TOpenCLBase *X, int XIndex, int Index, int Len);
2TOpenCLValue *Cosh(TOpenCLValue *X);Hyperbolic cosine.

Overload 1: TOpenCLBase *Cosh(TOpenCLBase *X, int XIndex, int Index, int Len);

#NameTypeDescription
1XTOpenCLBase *
2XIndexint
3Indexint
4Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLValue *Cosh(TOpenCLValue *X);

Hyperbolic cosine.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Calculate the hyperbolic cosine of X.

See Also: TOpenCLValue::ArcCosh, TOpenCLValue::SinhCosh
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler