Click or drag to resize

PolynomialsPolyEval(Double, DVector) Method

Evaluates a polynomial with real coefficients.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntax
C#
public static double PolyEval(
	double value,
	DVector coefficients
)

Parameters

value  Double
Value to substitute.
coefficients  DVector
Polynomial coefficients.

Return Value

Double
The evaluation of the polynomial.
See Also