Click or drag to resize

PolynomialEvaluate(IEnumerableComplex) Method

Evaluate a polynomial at points z.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<Complex> Evaluate(
	IEnumerable<Complex> z
)

Parameters

z  IEnumerableComplex
The locations where to evaluate the polynomial at.

Return Value

IEnumerableComplex
The polynomial values at the supplied points.
See Also