clValue::ArcSin Method

TOpenCLValue *ArcSin(TOpenCLValue *X) const;

The inverse sine.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

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

See Also: clValue::Sin
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler