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

The cube root.

Pascal
function Cbrt: TMtxVec; overload;

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

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