TOpenCLValue::ArcCos Method

Overload List

#SignatureDescription
1TOpenCLBase *ArcCos(TOpenCLBase *X, int XIndex, int Index, int Len);
2TOpenCLValue *ArcCos(TOpenCLValue *X);The inverse cosine.

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

The inverse cosine.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Calculate the inverse cosine X. Value must be between -1 and 1. The return values will be in the range [0,Math387::PI], in radians.

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