TOpenCLValue::ArcSec Method

Overload List

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

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

Calculate the inverse secant of X.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

FloatPrecision and TOpenCLBase::Complex properties of calling object are adjusted automatically.

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