This commit is contained in:
Andreas Fabri 2012-10-23 19:22:47 +00:00
parent 3977130f7e
commit afaa47e38f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ In general a polynomial is constructed using the functor
<UL>
<LI>The polynomial is constructed from an iterator range with value type
`CGAL::Polynomial_traits_d::Coefficient_type`,
where the \f$ begin\f$ iterator refers to the constant term
where the `begin` iterator refers to the constant term
(constant with respect to the outermost variable).
<LI>The polynomial is constructed from an iterator range with value type
`std::pair< CGAL::Exponent_vector, CGAL::Polynomial_traits_d::Innermost_coefficient_type>`,