Click or drag to resize

RMathEvaluatePolynomOrderDescending(Double, ReadOnlySpanDouble) Method

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

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

Parameters

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

Return Value

Double
The value of the evaluated polynom.
See Also