You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Exp Method > Vector.Exp Method ()
Dew Math for .NET
ContentsIndexHome
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;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.