You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Exp Method
>
Vector.Exp Method ()
Dew Math for .NET
Vector.Exp Method ()
Vector Structure
Vector Members
Dew.Math Namespace
Exp Method
Example
See Also
Collapse All
Exponent (e^).
Syntax
C#
Visual Basic
public
TMtxVec
Exp
();
Public
Function
Exp
()
As
TMtxVec
Remarks
Calculate the exponent (e^) for all calling object elements in-place.
See Also
Ln
Example
var a,b:
Vector
; begin a.SetIt(False,[1,2,4,8]); a.Exp;
//same as:
a := Exp(a); b := Exp(a);
//same as:
b.Exp(a); end;
Group
Exp Method
Links
Vector Structure
,
Vector Members
,
Dew.Math Namespace
,
Exp 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!