You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > Cbrt Method > TOpenCLMtxVec.Cbrt Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMtxVec.Cbrt Method ()

The cube root.

Pascal
function Cbrt: TOpenCLMtxVec; overload;

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

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