TOpenCLValue::ArcSin Method

Overload List

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

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

The inverse sine.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

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

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