Click or drag to resize

PolynomialsPolyEval(Int32, NVector) Method

Evaluates a polynomial with integer coefficients.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public static long PolyEval(
	int value,
	NVector coefficients
)

Parameters

value  Int32
Value to substitute.
coefficients  NVector
Polynomial coefficients.

Return Value

Int64
The evaluation of the polynomial.
See Also