Skip to content

math.PolyReal.Function.normalizeFraction

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

dsp-collection / math/PolyReal / normalizeFraction

Function: normalizeFraction()

function normalizeFraction(f, eps?): Float64Array<ArrayBufferLike>[];

Defined in: math/PolyReal.ts:267

Normalizes the coefficients of a rational fraction so that the denominator polynomial is monic.

Parameters

f

ArrayLike<number>[]

eps?

number = 0

Returns

Float64Array<ArrayBufferLike>[]

Clone this wiki locally