CGAL 5.0 - Polynomial
|
This AdaptableBinaryFunction
computes the integral division of two polynomials of type PolynomialTraits_d::Polynomial_d
up to a constant factor (utcf) .
PolynomialTraits_d::Innermost_coefficient_type
.Types | |
typedef PolynomialTraits_d::Polynomial_d | result_type |
typedef PolynomialTraits_d::Polynomial_d | first_argument_type |
typedef PolynomialTraits_d::Polynomial_d | second_argument_type |
Operations | |
result_type | operator() (first_argument_type f, second_argument_type g) |
Computes \( f/g\) up to a constant factor. | |