TOpenCLValue *InvCbrt(TOpenCLValue *X) const;
The inverse of cube root 1/(v)^1/3.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Calculate the inverse cube root (1/(element)^(1/3)) of the X.
See Also: clValue::Cbrt
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler