TOpenCLValue *ArcSin(TOpenCLValue *X) const;
The inverse sine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
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