mirror of https://github.com/CGAL/cgal
Merge pull request #6409 from albert-github/feature/bug_Algebraic_kernel_d_advanced
Algebraic_kernel_d: Incorrect deprecated sections
This commit is contained in:
commit
5cd8ec24e9
|
|
@ -10,12 +10,10 @@ The template argument `Coeff` determines the coefficient type of the
|
|||
kernel, which is also the coefficient type of the supported polynomials.
|
||||
|
||||
Currently, the following coefficient types are supported:
|
||||
|
||||
- `Gmpz`, `Gmpq`, (requires configuration with external libraries GMP, MPFR and MPFI)
|
||||
|
||||
- `CORE::BigInt`, `CORE::BigRat`, (requires configuration with external library GMP)
|
||||
|
||||
- `leda_integer`, `leda_rational`. (requires configuration with external library LEDA)
|
||||
.
|
||||
|
||||
\cgalAdvancedBegin
|
||||
The template argument type can also be set to `Sqrt_extension<NT,ROOT>`, where `NT` is
|
||||
|
|
|
|||
|
|
@ -35,10 +35,10 @@ The template argument `Coeff` determines the coefficient type of the
|
|||
kernel, which is also the innermost coefficient type of the supported polynomials.
|
||||
|
||||
Currently, the following coefficient types are supported:
|
||||
|
||||
- `Gmpz`, `Gmpq`, (requires configuration with external libraries GMP, MPFR and MPFI)
|
||||
- `CORE::BigInt`, `CORE::BigRat`, (requires configuration with external library GMP)
|
||||
- `leda_integer`, `leda_rational`. (requires configuration with external library LEDA)
|
||||
.
|
||||
|
||||
\cgalAdvancedBegin
|
||||
The template argument type can also be set to
|
||||
|
|
|
|||
Loading…
Reference in New Issue