RMathEvaluatePolynomOrderAscending Method |
Evaluates the polynom. The polynomial coefficients are given in ascending order.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static double EvaluatePolynomOrderAscending(
double x,
IReadOnlyList<double> coefficients
)
Parameters
- x Double
- The x value.
- coefficients IReadOnlyListDouble
- The polynomila coefficients in ascending order.
Return Value
DoubleThe value of the evaluated polynom.
See Also