clValue::InvCbrt Method

TOpenCLValue *InvCbrt(TOpenCLValue *X) const;

The inverse of cube root 1/(v)^1/3.

#NameTypeDescription
1XTOpenCLValue *
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