Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.SpecialFunctions Namespace > GammaFunctions Class > Methods


Extreme Optimization Mathematics Library for .NET

GammaFunctions.TaylorCoefficient Method 

Evaluates the Taylor coefficient of the specified degree.

[Visual Basic]
Public Shared Function TaylorCoefficient( _
   ByVal degree As Integer, _
   ByVal x As Double _
) As Double
[C#]
public static double TaylorCoefficient(
   int degree,
   double x
);

Parameters

degree
The degree of the coefficient.
x

Return Value

See Also

GammaFunctions Class | Extreme.Mathematics.SpecialFunctions Namespace