Click or drag to resize

RMathEvaluatePolynomOrderDescending Method

Evaluates the polynom. The polynomial coefficients are given in ascending order.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static double EvaluatePolynomOrderDescending(
	double x,
	IReadOnlyList<double> coefficients
)

Parameters

x  Double
The x value.
coefficients  IReadOnlyListDouble
The polynomila coefficients in ascending order.

Return Value

Double
The value of the evaluated polynom.
See Also