TOpenCLValue *ArcCos(TOpenCLValue *X) const;
The inverse cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Calculate the inverse cosine 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::Cos
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler