Skip to content

math.PolyReal.Function.evaluateFractionComplex

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

dsp-collection / math/PolyReal / evaluateFractionComplex

Function: evaluateFractionComplex()

function evaluateFractionComplex(f, x): Complex;

Defined in: math/PolyReal.ts:228

Evaluates a rational fraction with a complex argument.

Parameters

f

ArrayLike<number>[]

x

Complex

Returns

Complex

Clone this wiki locally