Special.TaylorCoefficient Method

Evaluates the Taylor coefficient of the specified degree.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public static double TaylorCoefficient(
	int degree,
	double x
)

Parameters

degree  Int32
The degree of the coefficient.
x  Double
A real number.

Return Value

Double

See Also