You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Cbrt Method
>
Vector.Cbrt Method ()
Dew Math for .NET
Example
Vector.Cbrt Method ()
var v,w:
Vector
; begin v.SetIt(
false
,[1,8]); v.Cbrt;
// v = [1,2], same as:
v := Cbrt(v); w := Cbrt(v);
//same as:
w.Cbrt(v); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home