|
Taylor. Exp Method
|
Returns e raised to the specified power by evaluating a Taylor series.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic static double Exp(
double d,
int nTerms
)
Public Shared Function Exp (
d As Double,
nTerms As Integer
) As Double
Request Example
View SourceParameters
- d
- Type: System.Double
A number specifying a power. - nTerms
- Type: System.Int32
The number of terms to be evaluated.
Return Value
Type:
DoubleEuler's constant raised to the specified power
d.
See Also