TOpenCLValue::ArcSech Method

Overload List

#SignatureDescription
1TOpenCLBase *ArcSech(TOpenCLBase *X, int XIndex, int Index, int Len);
2TOpenCLValue *ArcSech(TOpenCLValue *X);Calculate the inverse hyperbolic secant of X.

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

Calculate the inverse hyperbolic secant of X.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Store the results in calling object. FloatPrecision and TOpenCLBase::Complex properties of calling object are adjusted automatically.

Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler