You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clVector Structure
>
clVector Methods
>
Cbrt Method
>
clVector.Cbrt Method ()
Dew Math for .NET
clVector.Cbrt Method ()
clVector Structure
clVector Members
Dew.Math Namespace
Cbrt Method
Example
See Also
Collapse All
The cube root.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Cbrt
();
Public
Function
Cbrt
()
As
TOpenCLMtxVec
Remarks
Calculate the cube root of all calling object elements in-place.
See Also
InvCbrt
Example
var A,B:
clVector
; begin A.CopyFromArray(TSingleArray.Create(1,8)); B.Cbrt(A);
// B = [1,2]
end;
Group
Cbrt Method
Links
clVector Structure
,
clVector Members
,
Dew.Math Namespace
,
Cbrt Method
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!