PolynomialsPolyEval(Int32, NVector) Method |
Evaluates a polynomial with integer coefficients.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic static long PolyEval(
int value,
NVector coefficients
)
Parameters
- value Int32
- Value to substitute.
- coefficients NVector
- Polynomial coefficients.
Return Value
Int64The evaluation of the polynomial.
See Also