Skip to content

math.PolyReal.Function.add

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

dsp-collection / math/PolyReal / add

Function: add()

function add(
   a1, 
   a2, 
   eps?): Float64Array;

Adds two real polynomials.

Parameters

a1

ArrayLike<number>

a2

ArrayLike<number>

eps?

number = 0

Returns

Float64Array

Clone this wiki locally