-
Notifications
You must be signed in to change notification settings - Fork 0
math.PolyReal.Function.compareEqual
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / math/PolyReal / compareEqual
function compareEqual(
a1,
a2,
eps?): boolean;Defined in: math/PolyReal.ts:87
Returns true if two polynomials are equal.
ArrayLike<number>
ArrayLike<number>
number = 0
boolean