Merge pull request #6409 from albert-github/feature/bug_Algebraic_kernel_d_advanced

Algebraic_kernel_d: Incorrect deprecated sections
This commit is contained in:
Laurent Rineau 2022-03-18 15:58:19 +01:00
commit 5cd8ec24e9
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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