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