-
Notifications
You must be signed in to change notification settings - Fork 0
math.PolyReal.Function.gcd
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / math/PolyReal / gcd
function gcd(
a1,
a2,
eps?): Float64Array;Defined in: math/PolyReal.ts:166
Returns the monic GCD (greatest common divisor) of two polynomials.
ArrayLike<number>
ArrayLike<number>
number = 0
Float64Array