TOpenCLValue::Sinh Method

Overload List

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

Overload 1: TOpenCLBase *Sinh(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 *Sinh(TOpenCLValue *X);

Hyperbolic sine.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Calculate the hyperbolic sine of X.

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