|
SpecialPolevl Method
|
Evaluates polynomial of degree N
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double Polevl(
double x,
double[] coef,
int n
)
Public Shared Function Polevl (
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