-
Notifications
You must be signed in to change notification settings - Fork 0
math.PolyReal.Function.divide
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / math/PolyReal / divide
function divide(
a1r,
a2r,
eps?): Float64Array<ArrayBufferLike>[];Defined in: math/PolyReal.ts:137
Divides two real polynomials. Returns [quotient, remainder] = [a1 / a2, a1 % a2].
ArrayLike<number>
ArrayLike<number>
number = 0
Float64Array<ArrayBufferLike>[]