CGAL 4.5 - Algebraic Kernel
|
Determines whether a given pair of univariate polynomials p1,p2 is coprime, namely if deg(gcd(p1,p2))=0.
Types | |
typedef bool | result_type |
typedef AlgebraicKernel_d_1::Polynomial_1 | first_argument_type |
typedef AlgebraicKernel_d_1::Polynomial_1 | second_argument_type |
Operations | |
result_type | operator() (const first_argument_type &p1, const second_argument_type &p2) |
Returns true if p1 and p2 are coprime. | |