Skip to content

math.PolyReal.Function.expand

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

dsp-collection / math/PolyReal / expand

Function: expand()

function expand(zeros): Float64Array;

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

Parameters

zeros

ArrayLike<number>

Returns

Float64Array

Clone this wiki locally