Skip to content

math.PolyReal.Function.addFractions

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

dsp-collection / math/PolyReal / addFractions

Function: addFractions()

function addFractions(
   f1, 
   f2, 
   eps?): Float64Array<ArrayBufferLike>[];

Defined in: math/PolyReal.ts:236

Adds two fractions.

Parameters

f1

ArrayLike<number>[]

f2

ArrayLike<number>[]

eps?

number = 0

Returns

Float64Array<ArrayBufferLike>[]

Clone this wiki locally