PolynomialsPolyEval(Complex, Double) Method

Evaluates a polynomial with real coefficients.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static Complex PolyEval(
	Complex value,
	double[] coefficients
)

Parameters

value  Complex
Value to substitute.
coefficients  Double
Polynomial coefficients.

Return Value

Complex
The evaluation of the polynomial.

See Also