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.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<Complex> Evaluate(
	IEnumerable<Complex> z
)

Parameters

z  IEnumerableComplex
The locations where to evaluate the polynomial at.

Return Value

IEnumerableComplex

[Missing <returns> documentation for "M:Altaxo.Calc.Polynomial.Evaluate(System.Collections.Generic.IEnumerable{System.Numerics.Complex})"]

See Also