You are here:
Symbol Reference >
AbstractMtxVec Namespace
>
Classes
>
TMtxVec Class
>
public
>
Cbrt Method
>
TMtxVec.Cbrt Method ()
MtxVec VCL
TMtxVec.Cbrt Method ()
TMtxVec Class
|
TMtxVec Members
|
AbstractMtxVec Namespace
|
Cbrt Method
|
Example
|
See Also
Collapse All
The cube root.
Pascal
function
Cbrt
:
TMtxVec
;
overload
;
Description
Calculate the cube root of all calling object elements in-place.
See Also
InvCbrt
Example
v.SetIt(false,[1,8]); v.Cbrt;
// v = [1,2]
Examples on GitHub
Group
Cbrt Method
Links
TMtxVec Class
,
TMtxVec Members
,
AbstractMtxVec Namespace
,
Cbrt Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!