Skip to content

math.PolyReal.Function.expand

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

dsp-collection / math/PolyReal / expand

Function: expand()

function expand(zeros): Float64Array;

Defined in: math/PolyReal.ts:74

Computes the coefficients of a polynomial from it's real zeros.

Parameters

zeros

ArrayLike<number>

Returns

Float64Array

Clone this wiki locally