Skip to content

math.PolyReal.Function.evaluateComplex

Christian d'Heureuse edited this page Jun 7, 2026 · 2 revisions

dsp-collection / math/PolyReal / evaluateComplex

Function: evaluateComplex()

function evaluateComplex(a, x): Complex;

Defined in: math/PolyReal.ts:61

Evaluates a real polynomial with a complex argument.

Parameters

a

ArrayLike<number>

The coefficients of the polynomial, ordered in ascending powers.

x

Complex

The x value for which the polynomial is to be evaluated.

Returns

Complex

The value of the polynomial.

Clone this wiki locally