You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > Cbrt Method > clVector.Cbrt Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
clVector.Cbrt Method ()

The cube root.

Pascal
function Cbrt: TOpenCLMtxVec; overload;

Calculate the cube root of all calling object elements in-place.

var A,B: clVector; begin A.CopyFromArray(TSingleArray.Create(1,8)); B.Cbrt(A); // B = [1,2] end;
Examples on GitHub
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!