PolynomialGCD
returns the GCD (‘greatest common divisor’) of the polynomials
p
andq
.
returns the GCD (‘greatest common divisor’) of the polynomials
p
andq
modulus theprime
integer.
See
Examples
Implementation status
- ✅ - full supported
returns the GCD (‘greatest common divisor’) of the polynomials
p
andq
.
returns the GCD (‘greatest common divisor’) of the polynomials
p
andq
modulus theprime
integer.
See