TOpenCLValue Cbrt(TOpenCLValue X)
The cube root.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source 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