PolynomialEvaluate(Complex) Method |
Evaluate a polynomial at point x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Complex Evaluate(
Complex z
)
Parameters
- z Complex
- The location where to evaluate the polynomial at.
Return Value
ComplexThe polynomial value at
z.
See Also