clValue.Cbrt Method

TOpenCLValue Cbrt(TOpenCLValue X)

The cube root.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the cube root of X.

Examples
clValue a;
clValue b;
b.Copy(8);
a.Cbrt(b);
See Also: clValue.InvCbrt