-
Notifications
You must be signed in to change notification settings - Fork 0
math.PolyReal.Function.addFractions
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / math/PolyReal / addFractions
function addFractions(
f1,
f2,
eps?): Float64Array<ArrayBufferLike>[];Defined in: math/PolyReal.ts:236
Adds two fractions.
ArrayLike<number>[]
ArrayLike<number>[]
number = 0
Float64Array<ArrayBufferLike>[]