HP Prime for All

English  Русский 

Syntax

modgcd(Poly,Poly)

Description

Returns the GCD of 2 polynomials, with the modular algorithm.

Example

modgcd(x^4-1,(x-1)^2) returns x-1

modgcd — Discussion