CGAL 4.8.1 - Algebraic Kernel
|
Computes whether the given univariate polynomial is square free.
Types | |
typedef bool | result_type |
typedef AlgebraicKernel_d_1::Polynomial_1 | argument_type |
Operations | |
result_type | operator() (argument_type p) |
Returns true if \( p\) is square free. | |