-
Notifications
You must be signed in to change notification settings - Fork 0
math.PolyReal.Function.normalizeFraction
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / math/PolyReal / 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.
ArrayLike<number>[]
number = 0
Float64Array<ArrayBufferLike>[]