-
Notifications
You must be signed in to change notification settings - Fork 0
math.PolyReal.Function.evaluateComplex
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / math/PolyReal / evaluateComplex
function evaluateComplex(a, x): Complex;Evaluates a real polynomial with a complex argument.
ArrayLike<number>
The coefficients of the polynomial, ordered in ascending powers.
The x value for which the polynomial is to be evaluated.
The value of the polynomial.