Click or drag to resize
Accord.NET (logo)

SpecialP1evl Method

Evaluates polynomial of degree N with assumption that coef[N] = 1.0

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double P1evl(
	double x,
	double[] coef,
	int n
)
Request Example View Source

Parameters

x
Type: SystemDouble
coef
Type: SystemDouble
n
Type: SystemInt32

Return Value

Type: Double
See Also