HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
modgcd
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
↑Back to top