Special.TaylorCoefficient Method

Evaluates the Taylor coefficient of the specified degree.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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