PolynomialsPolyEval(Double, DVector) Method |
Evaluates a polynomial with real coefficients.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic static double PolyEval(
double value,
DVector coefficients
)
Parameters
- value Double
- Value to substitute.
- coefficients DVector
- Polynomial coefficients.
Return Value
DoubleThe evaluation of the polynomial.
See Also