|
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
)
Public Shared Function P1evl (
x As Double,
coef As Double(),
n As Integer
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
- coef
- Type: SystemDouble
- n
- Type: SystemInt32
Return Value
Type:
DoubleSee Also