You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Vector Record
>
public
>
Ln Method
>
Vector.Ln Method ()
MtxVec VCL
Vector.Ln Method ()
Vector Record
|
Vector Members
|
MtxExpr Namespace
|
Ln Method
|
Example
|
See Also
Collapse All
Natural logarithm.
Pascal
function
Ln
:
TMtxVec
;
overload
;
Description
Calculate the natural log for all calling object elements in-place.
See Also
Exp
Example
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
;
Examples on GitHub
Group
Ln Method
Links
Vector Record
,
Vector Members
,
MtxExpr Namespace
,
Ln Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!